From 41c633ef8bb93012ac9eb7139dc6592a17170096 Mon Sep 17 00:00:00 2001 From: yuance <182865460@qq.com> Date: Fri, 5 Dec 2025 10:32:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E5=AE=A1=E8=AE=A1=E5=86=85=E5=AE=B96-=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/data/table6Columns.ts | 49 +++++++++---------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/src/views/pwl/pwlProject/components/data/table6Columns.ts b/src/views/pwl/pwlProject/components/data/table6Columns.ts index 582907c..3933ea9 100644 --- a/src/views/pwl/pwlProject/components/data/table6Columns.ts +++ b/src/views/pwl/pwlProject/components/data/table6Columns.ts @@ -1,10 +1,9 @@ -// 国有资产管理表格列 export const stateAssetsManageColumns = [ { title: '序号', dataIndex: 'index', key: 'index', - width: 80, + width: 60, align: 'center' }, { @@ -12,24 +11,24 @@ export const stateAssetsManageColumns = [ dataIndex: 'assetName', key: 'assetName', align: 'center', - width: 150 + width: 120 }, { - title: '国有资产取得方式', + title: '取得方式', dataIndex: 'acquisitionMethod', key: 'acquisitionMethod', align: 'center', - width: 120 + width: 100 }, { - title: '国有资产价值', + title: '资产价值', dataIndex: 'assetValue', key: 'assetValue', align: 'center', - width: 120 + width: 100 }, { - title: '国有资产地址', + title: '资产地址', dataIndex: 'assetAddress', key: 'assetAddress', align: 'center', @@ -47,49 +46,49 @@ export const stateAssetsManageColumns = [ dataIndex: 'tenant', key: 'tenant', align: 'center', - width: 120 + width: 100 }, { title: '合同金额', dataIndex: 'contractAmount', key: 'contractAmount', align: 'center', - width: 120 + width: 100 }, { - title: '租赁合同起止时间', + title: '租赁起止时间', dataIndex: 'leasePeriod', key: 'leasePeriod', align: 'center', - width: 180 - }, - { - title: '国有资产租金缴纳时间', - dataIndex: 'rentPaymentTime', - key: 'rentPaymentTime', - align: 'center', width: 150 }, { - title: '国有资产出租是否上平台', - dataIndex: 'platformLease', - key: 'platformLease', + title: '租金缴纳时间', + dataIndex: 'rentPaymentTime', + key: 'rentPaymentTime', align: 'center', width: 120 }, { - title: '国有资产出租的审批文件', + title: '是否上平台', + dataIndex: 'platformLease', + key: 'platformLease', + align: 'center', + width: 100 + }, + { + title: '审批文件', dataIndex: 'approvalDoc', key: 'approvalDoc', align: 'center', - width: 180 + width: 150 }, { - title: '是否纳入预算', + title: '纳入预算', dataIndex: 'inBudget', key: 'inBudget', align: 'center', - width: 100 + width: 80 }, { title: '备注',