Explorar o código

子项目权限开关补齐

ellisran hai 2 meses
pai
achega
c877b17a05
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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 = {