|
@@ -15,6 +15,7 @@ const pageStatus = {
|
|
|
};
|
|
|
// 模块管理开关
|
|
|
const managerPageControl = [
|
|
|
+ { title: '项目概况', name: 'openInfo', value: pageStatus.show, type: 'checkbox' },
|
|
|
{ title: '决策大屏', name: 'openDataCollect', value: pageStatus.show, type: 'checkbox', tip: '开启后,前台配置用户权限后方可显示' },
|
|
|
{ title: '合同管理', name: 'openContract', value: pageStatus.show, type: 'checkbox' },
|
|
|
{ title: '资料归集', name: 'openFile', value: pageStatus.show, type: 'checkbox' },
|
|
@@ -105,6 +106,7 @@ const defaultSetting = {
|
|
|
openChangePlan: 0,
|
|
|
openChangeWhiteList: 0,
|
|
|
openChangeState: 0,
|
|
|
+ openInfo: 1,
|
|
|
};
|
|
|
|
|
|
module.exports = {
|