feat:项目管理-审计内容9-优化表格生成功能

This commit is contained in:
2026-01-06 14:43:41 +08:00
parent 156d5357cd
commit d2ad31bb34

View File

@@ -1,4 +1,4 @@
// 人员编制管理表格列
export const personnelEstablishmentColumns = [ export const personnelEstablishmentColumns = [
{ {
title: '序号', title: '序号',
@@ -8,67 +8,32 @@ export const personnelEstablishmentColumns = [
align: 'center' align: 'center'
}, },
{ {
title: '部门/单位', title: '审计内容',
dataIndex: 'department', dataIndex: 'auditContent',
key: 'department', key: 'auditContent',
align: 'center', align: 'center',
width: 150 width: 200,
}, },
{ {
title: '编制人数', title: '审计目标',
dataIndex: 'establishmentNum', dataIndex: 'auditTarget',
key: 'establishmentNum', key: 'auditTarget',
align: 'center', align: 'center',
width: 100 width: 250,
}, },
{ {
title: '实有人数', title: '审计证据',
dataIndex: 'actualNum', dataIndex: 'auditEvidence',
key: 'actualNum', key: 'auditEvidence',
align: 'center', align: 'center',
width: 100 width: 300,
}, },
{ {
title: '借用人员数', title: '生成结果',
dataIndex: 'borrowedNum', dataIndex: 'generationResult',
key: 'borrowedNum', key: 'generationResult',
align: 'center', align: 'center',
width: 100 width: 300,
},
{
title: '编外用工数',
dataIndex: 'externalNum',
key: 'externalNum',
align: 'center',
width: 100
},
{
title: '人员经费预算(元)',
dataIndex: 'personnelBudget',
key: 'personnelBudget',
align: 'center',
width: 150
},
{
title: '人员经费实际支出(元)',
dataIndex: 'personnelActual',
key: 'personnelActual',
align: 'center',
width: 150
},
{
title: '超支/结余(元)',
dataIndex: 'balance',
key: 'balance',
align: 'center',
width: 120
},
{
title: '备注',
dataIndex: 'remark',
key: 'remark',
align: 'center',
width: 200
}, },
{ {
title: '工作底稿索引', title: '工作底稿索引',
@@ -76,7 +41,6 @@ export const personnelEstablishmentColumns = [
key: 'workPaperIndex', key: 'workPaperIndex',
align: 'center', align: 'center',
width: 140, width: 140,
ellipsis: true
}, },
{ {
title: '操作', title: '操作',