diff --git a/src/views/projectLib/projectInfo/projectInfo.data.ts b/src/views/projectLib/projectInfo/projectInfo.data.ts index 239ba16..0a93cee 100644 --- a/src/views/projectLib/projectInfo/projectInfo.data.ts +++ b/src/views/projectLib/projectInfo/projectInfo.data.ts @@ -39,6 +39,11 @@ export const columns: BasicColumn[] = [ align: 'left', slots: { customRender: 'projectName' }, }, + { + title: '所处阶段', + dataIndex: 'currentPointName', + resizable: true + }, { title: '行政区划', dataIndex: 'adminDivision', diff --git a/src/views/projectLib/projectPlan/projectPlan.data.ts b/src/views/projectLib/projectPlan/projectPlan.data.ts index a75ab8c..78154f1 100644 --- a/src/views/projectLib/projectPlan/projectPlan.data.ts +++ b/src/views/projectLib/projectPlan/projectPlan.data.ts @@ -165,6 +165,12 @@ export const unitedTechnicalRevieColumns: BasicColumn[] = [ resizable: true, align: 'left', slots: { customRender: 'projectName' }, + ifShow:false + }, + { + title: '所处阶段', + dataIndex: 'currentPointName', + resizable: true }, { title: '行政区划',