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