@@ -175,18 +175,18 @@ export const RECTIFICATION_INFO_TABLE_COLUMNS: TableColumnProps[] = [
prop: 'createdByName',
minWidth: '200px',
},
- {
- label: '备注',
- prop: 'remark',
- slot: 'remark',
- width: '200px',
- },
{
label: '整改材料',
prop: 'fixMaterials',
slot: 'fixMaterials',
align: 'center',
width: '200px',
+ },
+ {
+ label: '备注',
+ prop: 'remark',
+ slot: 'remark',
+ width: '200px',
fixed: 'right',
];