xujunjie před 1 rokem
rodič
revize
b71152ff49
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/core.js

+ 2 - 2
src/core.js

@@ -354,14 +354,14 @@ function initSheet(sheet, authority) {
         sheet.status = 0;
         sheet.status = 0;
       }
       }
       // 预计回款权限
       // 预计回款权限
-      if (permissions["func-psr-02"]) {
+      if (permissions["func-actual-02"]) {
         canEditRangeList.push({
         canEditRangeList.push({
           hintText: "",
           hintText: "",
           sqref: "$A$3:$CF$3",
           sqref: "$A$3:$CF$3",
         });
         });
       }
       }
       // 实际回款权限
       // 实际回款权限
-      if (permissions["func-psr-03"]) {
+      if (permissions["func-actual-03"]) {
         canEditRangeList.push({
         canEditRangeList.push({
           hintText: "",
           hintText: "",
           sqref: "$A$4:$CF$4",
           sqref: "$A$4:$CF$4",