dengrui há 8 meses atrás
pai
commit
a12d6da6b8
1 ficheiros alterados com 2 adições e 0 exclusões
  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) {
       options.value.edit = false;
+    } else {
+      options.value.edit = true;
     }
   },
   { immediate: true, deep: true }