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 }