Ver código fonte

子项目权限开关补齐

ellisran 4 meses atrás
pai
commit
c877b17a05
1 arquivos alterados com 8 adições e 0 exclusões
  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 = {