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

This commit is contained in:
2025-12-12 15:59:21 +08:00
parent db483e30f3
commit e43e34f3c6

View File

@@ -25,25 +25,25 @@ export const auditHistoryColumns = [
title: '审计发现的问题', title: '审计发现的问题',
dataIndex: 'problemFound', dataIndex: 'problemFound',
key: 'problemFound', key: 'problemFound',
align: 'left', align: 'center',
width: 250, width: 250,
ellipsis: true // ellipsis: true
}, },
{ {
title: '整改要求', title: '整改要求',
dataIndex: 'rectificationRequirement', dataIndex: 'rectificationRequirement',
key: 'rectificationRequirement', key: 'rectificationRequirement',
align: 'left', align: 'center',
width: 200, width: 200,
ellipsis: true // ellipsis: true
}, },
{ {
title: '整改措施', title: '整改措施',
dataIndex: 'rectificationMeasures', dataIndex: 'rectificationMeasures',
key: 'rectificationMeasures', key: 'rectificationMeasures',
align: 'left', align: 'center',
width: 200, width: 200,
ellipsis: true // ellipsis: true
}, },
{ {
title: '整改完成情况', title: '整改完成情况',
@@ -79,7 +79,7 @@ export const auditHistoryColumns = [
key: 'workPaperIndex', key: 'workPaperIndex',
align: 'center', align: 'center',
width: 140, width: 140,
ellipsis: true // ellipsis: true
}, },
{ {
title: '操作', title: '操作',