|
@@ -30,6 +30,7 @@ const tenderPageControl = [
|
|
|
{ title: '投资进度', name: 'xxjd', value: pageStatus.show, type: 'checkbox' },
|
|
|
{ title: '材料调差', name: 'openMaterial', value: pageStatus.show, type: 'checkbox' },
|
|
|
{ title: '过程结算', name: 'openSettle', value: pageStatus.show, type: 'checkbox' },
|
|
|
+ { title: '施工日志', name: 'openTenderContract', value: pageStatus.show, type: 'checkbox' },
|
|
|
{ title: '合同管理', name: 'openTenderContract', value: pageStatus.show, type: 'checkbox' },
|
|
|
];
|
|
|
// 报表相关开关
|