tangning 1 년 전
부모
커밋
a154a9d62b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/productOperation/modal/detailModal.vue

+ 1 - 1
src/views/productOperation/modal/detailModal.vue

@@ -195,7 +195,7 @@
                 {
                   field: 'isEmpower',
                   componentProps: {
-                    options: (isEdit.value ||!isEdit.value)?[
+                    options: (isEdit.value ||!fileFlow.qxType)?[
                       { label: '查看权限', value: 0, disabled: true },
                       { label: '编辑权限', value: 1, disabled: true },
                     ]:setOption(),