diff --git a/src/views/projectBoard/childBoard/childBoard.data.ts b/src/views/projectBoard/childBoard/childBoard.data.ts index ee667a1..10b4c99 100644 --- a/src/views/projectBoard/childBoard/childBoard.data.ts +++ b/src/views/projectBoard/childBoard/childBoard.data.ts @@ -10,43 +10,51 @@ export const danweizhuticolumns: BasicColumn[] = [ { title: '行政区划', dataIndex: 'adminDivision', - resizable: true + resizable: true, + sorter: true, }, { title: '单位属性', dataIndex: 'workplaceProperties', - resizable: true + resizable: true, + sorter: true, }, { title: '合同金额', dataIndex: 'totalMoney', - resizable: true + resizable: true, + sorter: true, }, { title: '合同资金支付率', dataIndex: 'paymentExecutionRate', - resizable: true + resizable: true, + sorter: true, }, { title: '中央资金', dataIndex: 'centralMoney', resizable: true, + sorter: true, }, { title: '省级资金', dataIndex: 'provincialMoney', - resizable: true + resizable: true, + sorter: true, }, { title: '上级资金支付率', dataIndex: 'superiorFundExecutionRate', resizable: true, + sorter: true, }, { title: '项目总进度', dataIndex: 'projectProgress', resizable: true, slots: { customRender: 'projectProgress' }, + sorter: true, }, ]; export const danweizhutisearchFormSchema: FormSchema[] = [ @@ -89,54 +97,64 @@ export const shifanxiangmucolumns: BasicColumn[] = [ { title: '行政区划', dataIndex: 'adminDivision', - resizable: true + resizable: true, + sorter: true, }, { title: '责任单位', dataIndex: 'dutyWorkplace', - resizable: true + resizable: true, + sorter: true, }, { title: '单位属性', dataIndex: 'workplaceProperties', - resizable: true + resizable: true, + sorter: true, }, { title: '上级指导处室', dataIndex: 'superLeader', format: 'dict|superLeader', - resizable: true + resizable: true, + sorter: true, }, { title: '合同金额', dataIndex: 'totalMoney', - resizable: true + resizable: true, + sorter: true, }, { title: '合同资金支付率', dataIndex: 'paymentExecutionRate', - resizable: true + resizable: true, + sorter: true, }, { title: '中央资金', dataIndex: 'centralMoney', resizable: true, + sorter: true, }, { title: '省级资金', dataIndex: 'provincialMoney', - resizable: true + resizable: true, + sorter: true, }, { title: '上级资金支付率', dataIndex: 'superiorFundExecutionRate', resizable: true, + sorter: true, }, { title: '项目总进度', dataIndex: 'projectProgress', resizable: true, slots: { customRender: 'projectProgress' }, + sorter: true, }, ]; diff --git a/src/views/projectBoard/totalProjectBoard/ProjectCard.vue b/src/views/projectBoard/totalProjectBoard/ProjectCard.vue index edd5c79..8c3b8c0 100644 --- a/src/views/projectBoard/totalProjectBoard/ProjectCard.vue +++ b/src/views/projectBoard/totalProjectBoard/ProjectCard.vue @@ -6,7 +6,7 @@
@@ -31,7 +31,7 @@
@@ -56,7 +56,7 @@
@@ -170,7 +170,7 @@
中央资金
省级资金
市级资金
区县资金
自筹资金