dengrui 8 tháng trước cách đây
mục cha
commit
a12d6da6b8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 }