|
@@ -18,7 +18,7 @@ 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' },
|
|
|
+ { title: '资料管理', name: 'openFile', value: pageStatus.show, type: 'checkbox' },
|
|
|
{ title: '动态投资', name: 'openBudget', value: pageStatus.show, type: 'checkbox', tip: '开启后,前台配置用户权限后方可显示' },
|
|
|
{ title: '支付审批', name: 'openPayment', value: pageStatus.show, type: 'checkbox', tip: '开启后,前台配置用户权限后方可显示' },
|
|
|
{ title: '资金监管', name: 'openFinancial', value: pageStatus.show, type: 'checkbox' },
|