|
@@ -17,7 +17,7 @@ const pageStatus = {
|
|
|
const managerPageControl = [
|
|
const managerPageControl = [
|
|
|
{ title: '项目概况', name: 'openInfo', value: pageStatus.show, type: 'checkbox' },
|
|
{ title: '项目概况', name: 'openInfo', value: pageStatus.show, type: 'checkbox' },
|
|
|
{ title: '决策大屏', name: 'openDataCollect', value: pageStatus.show, type: 'checkbox', tip: '开启后,前台配置用户权限后方可显示' },
|
|
{ title: '决策大屏', name: 'openDataCollect', value: pageStatus.show, type: 'checkbox', tip: '开启后,前台配置用户权限后方可显示' },
|
|
|
- { title: '合同管理', name: 'openContract', value: pageStatus.show, type: 'checkbox' },
|
|
|
|
|
|
|
+ { 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: 'openBudget', value: pageStatus.show, type: 'checkbox', tip: '开启后,前台配置用户权限后方可显示' },
|
|
|
{ title: '支付审批', name: 'openPayment', value: pageStatus.show, type: 'checkbox', tip: '开启后,前台配置用户权限后方可显示' },
|
|
{ title: '支付审批', name: 'openPayment', value: pageStatus.show, type: 'checkbox', tip: '开启后,前台配置用户权限后方可显示' },
|
|
@@ -35,6 +35,7 @@ const tenderPageControl = [
|
|
|
{ title: '合同管理', name: 'openTenderContract', value: pageStatus.show, type: 'checkbox' },
|
|
{ title: '合同管理', name: 'openTenderContract', value: pageStatus.show, type: 'checkbox' },
|
|
|
{ title: '质量管理', name: 'quality', value: pageStatus.show, type: 'checkbox' },
|
|
{ title: '质量管理', name: 'quality', value: pageStatus.show, type: 'checkbox' },
|
|
|
{ title: '质量巡检', name: 'qualityInspection', value: pageStatus.show, type: 'checkbox' },
|
|
{ title: '质量巡检', name: 'qualityInspection', value: pageStatus.show, type: 'checkbox' },
|
|
|
|
|
+ { title: '安全计量', name: 'safePayment', value: pageStatus.show, type: 'checkbox' },
|
|
|
{ title: '安全巡检', name: 'safeInspection', value: pageStatus.show, type: 'checkbox' },
|
|
{ title: '安全巡检', name: 'safeInspection', value: pageStatus.show, type: 'checkbox' },
|
|
|
];
|
|
];
|
|
|
// 报表相关开关
|
|
// 报表相关开关
|
|
@@ -113,6 +114,7 @@ const defaultSetting = {
|
|
|
correctCalcContractTp: 0,
|
|
correctCalcContractTp: 0,
|
|
|
quality: 1,
|
|
quality: 1,
|
|
|
qualityInspection: 1,
|
|
qualityInspection: 1,
|
|
|
|
|
+ safePayment: 1,
|
|
|
safeInspection: 1,
|
|
safeInspection: 1,
|
|
|
};
|
|
};
|
|
|
|
|
|