tangning 1 anno fa
parent
commit
a154a9d62b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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(),