|
|
@@ -37,6 +37,7 @@ const columns: ColumnsType<AccountAdjustmentListData> = [
|
|
|
{title: 'WBS编号', width: HUGE_TABLE_WIDTH, dataIndex: 'wbsCode'},
|
|
|
{title: 'WBS名称', width: HUGE_TABLE_WIDTH, dataIndex: 'wbsName'},
|
|
|
{title: '备注', width: MAXIMAL_TABLE_WIDTH, dataIndex: 'remark'},
|
|
|
+ {title: '属性', width: NORMAL_TABLE_WIDTH, dataIndex: 'attribute'},
|
|
|
];
|
|
|
|
|
|
const TableList: FC = function() {
|