dengrui 8 月之前
父節點
當前提交
a12d6da6b8
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 }