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