dengrui 8 months ago
parent
commit
a12d6da6b8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/pro/traceability/components/updateExcel.vue

+ 2 - 0
src/views/pro/traceability/components/updateExcel.vue

@@ -334,6 +334,8 @@ watch(
   () => {
   () => {
     if (rowData.value.lookStatus == true) {
     if (rowData.value.lookStatus == true) {
       options.value.edit = false;
       options.value.edit = false;
+    } else {
+      options.value.edit = true;
     }
     }
   },
   },
   { immediate: true, deep: true }
   { immediate: true, deep: true }