|
@@ -63,7 +63,7 @@ const colSet = {
|
|
|
{ field: 'budget_std', name: '概预算标准', fixed: ['show'] },
|
|
{ field: 'budget_std', name: '概预算标准', fixed: ['show'] },
|
|
|
{ field: 'tender_count', name: '标段个数', fixed: [] },
|
|
{ field: 'tender_count', name: '标段个数', fixed: [] },
|
|
|
{ field: 'file_count', name: '文件个数', fixed: [] },
|
|
{ field: 'file_count', name: '文件个数', fixed: [] },
|
|
|
- { field: 'contract_count', name: '合同个数', fixed: [] },
|
|
|
|
|
|
|
+ { field: 'contract_count1', name: '合同个数', fixed: [] },
|
|
|
{ field: 'management', name: '管理单位', fixed: ['show'] },
|
|
{ field: 'management', name: '管理单位', fixed: ['show'] },
|
|
|
{ field: 'create_time', name: '创建时间', fixed: [] },
|
|
{ field: 'create_time', name: '创建时间', fixed: [] },
|
|
|
{ field: 'control', name: '操作', fixed: ['show'] },
|
|
{ field: 'control', name: '操作', fixed: ['show'] },
|
|
@@ -91,7 +91,7 @@ const defaultProjectColSet = {
|
|
|
{ field: 'budget_std', show: 1, alias: '' },
|
|
{ field: 'budget_std', show: 1, alias: '' },
|
|
|
{ field: 'tender_count', show: 1, alias: '' },
|
|
{ field: 'tender_count', show: 1, alias: '' },
|
|
|
{ field: 'file_count', show: 1, alias: '' },
|
|
{ field: 'file_count', show: 1, alias: '' },
|
|
|
- { field: 'contract_count', show: 1, alias: '' },
|
|
|
|
|
|
|
+ { field: 'contract_count1', show: 1, alias: '' },
|
|
|
{ field: 'management', show: 1, alias: '' },
|
|
{ field: 'management', show: 1, alias: '' },
|
|
|
{ field: 'create_time', show: 1, alias: '' },
|
|
{ field: 'create_time', show: 1, alias: '' },
|
|
|
{ field: 'control', show: 1, alias: '' },
|
|
{ field: 'control', show: 1, alias: '' },
|