diff --git a/src/views/pwl/pwlProject/components/data/table11Columns.ts b/src/views/pwl/pwlProject/components/data/table11Columns.ts index 820b176..ff3da20 100644 --- a/src/views/pwl/pwlProject/components/data/table11Columns.ts +++ b/src/views/pwl/pwlProject/components/data/table11Columns.ts @@ -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: '操作',