dengrui 8 bulan lalu
induk
melakukan
a12d6da6b8
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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 }