feat:项目管理-审计内容6-表格调整

This commit is contained in:
2025-12-05 10:32:58 +08:00
parent 1771be190b
commit 41c633ef8b

View File

@@ -1,10 +1,9 @@
// 国有资产管理表格列
export const stateAssetsManageColumns = [ export const stateAssetsManageColumns = [
{ {
title: '序号', title: '序号',
dataIndex: 'index', dataIndex: 'index',
key: 'index', key: 'index',
width: 80, width: 60,
align: 'center' align: 'center'
}, },
{ {
@@ -12,24 +11,24 @@ export const stateAssetsManageColumns = [
dataIndex: 'assetName', dataIndex: 'assetName',
key: 'assetName', key: 'assetName',
align: 'center', align: 'center',
width: 150 width: 120
}, },
{ {
title: '国有资产取得方式', title: '取得方式',
dataIndex: 'acquisitionMethod', dataIndex: 'acquisitionMethod',
key: 'acquisitionMethod', key: 'acquisitionMethod',
align: 'center', align: 'center',
width: 120 width: 100
}, },
{ {
title: '国有资产价值', title: '资产价值',
dataIndex: 'assetValue', dataIndex: 'assetValue',
key: 'assetValue', key: 'assetValue',
align: 'center', align: 'center',
width: 120 width: 100
}, },
{ {
title: '国有资产地址', title: '资产地址',
dataIndex: 'assetAddress', dataIndex: 'assetAddress',
key: 'assetAddress', key: 'assetAddress',
align: 'center', align: 'center',
@@ -47,49 +46,49 @@ export const stateAssetsManageColumns = [
dataIndex: 'tenant', dataIndex: 'tenant',
key: 'tenant', key: 'tenant',
align: 'center', align: 'center',
width: 120 width: 100
}, },
{ {
title: '合同金额', title: '合同金额',
dataIndex: 'contractAmount', dataIndex: 'contractAmount',
key: 'contractAmount', key: 'contractAmount',
align: 'center', align: 'center',
width: 120 width: 100
}, },
{ {
title: '租赁合同起止时间', title: '租赁起止时间',
dataIndex: 'leasePeriod', dataIndex: 'leasePeriod',
key: 'leasePeriod', key: 'leasePeriod',
align: 'center', align: 'center',
width: 180
},
{
title: '国有资产租金缴纳时间',
dataIndex: 'rentPaymentTime',
key: 'rentPaymentTime',
align: 'center',
width: 150 width: 150
}, },
{ {
title: '国有资产出租是否上平台', title: '租金缴纳时间',
dataIndex: 'platformLease', dataIndex: 'rentPaymentTime',
key: 'platformLease', key: 'rentPaymentTime',
align: 'center', align: 'center',
width: 120 width: 120
}, },
{ {
title: '国有资产出租的审批文件', title: '是否上平台',
dataIndex: 'platformLease',
key: 'platformLease',
align: 'center',
width: 100
},
{
title: '审批文件',
dataIndex: 'approvalDoc', dataIndex: 'approvalDoc',
key: 'approvalDoc', key: 'approvalDoc',
align: 'center', align: 'center',
width: 180 width: 150
}, },
{ {
title: '是否纳入预算', title: '纳入预算',
dataIndex: 'inBudget', dataIndex: 'inBudget',
key: 'inBudget', key: 'inBudget',
align: 'center', align: 'center',
width: 100 width: 80
}, },
{ {
title: '备注', title: '备注',