Browse Source

权限码改动

xujunjie 1 năm trước cách đây
mục cha
commit
b71152ff49
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/core.js

+ 2 - 2
src/core.js

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