xujunjie 1 год назад
Родитель
Сommit
54ef698462
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      src/core.js

+ 5 - 1
src/core.js

@@ -357,6 +357,10 @@ function initSheet(sheet, authority, permissions) {
       for (let i = 101; i <= 122; i++) {
         rowhidden[i] = 0;
       }
+      canEditRangeList.push({
+        hintText: "",
+        sqref: "$C$90:$C$99",
+      });
     }
     // // 更新时间权限
     // if (permissions["func-psr-04"]) {
@@ -448,7 +452,7 @@ function initSheet(sheet, authority, permissions) {
       });
     }
   } else if (sheet.name == "清单") {
-    sheet.status = 1
+    sheet.status = 1;
     canEditRangeList.push({
       hintText: "",
       sqref: "$A$1:$Q$999",