Browse Source

子项目权限开关补齐

ellisran 2 months ago
parent
commit
c877b17a05
1 changed files with 8 additions and 0 deletions
  1. 8 0
      app/const/sp_page_show.js

+ 8 - 0
app/const/sp_page_show.js

@@ -97,6 +97,14 @@ const defaultSetting = {
     openStageAudit: 0,
     stageAuditEarly: 3,
     stageAuditWorry: 8,
+    openMaterialChecklist: 0,
+    openMaterialSelf: 0,
+    openMaterialEditForAudit: 0,
+    openChangeProject: 0,
+    openChangeApply: 0,
+    openChangePlan: 0,
+    openChangeWhiteList: 0,
+    openChangeState: 0,
 };
 
 module.exports = {