!85 feat(xispeak): 用业务状态列替换完成状态列,修正dataIndex对齐接口
* feat(xispeak): 用业务状态列替换完成状态列,修正dataIndex对齐接口 * fix(xispeak): 修复业务状态字段取值与列dataIndex不匹配 * feat(xispeak): 台账列表新增业务状态字段
This commit is contained in:
@@ -90,10 +90,15 @@ export const columns: BasicColumn[] = [
|
||||
// align: 'center',
|
||||
// dataIndex: 'delayRiskMitigation',
|
||||
// },
|
||||
// {
|
||||
// title: '完成状态',
|
||||
// align: 'center',
|
||||
// dataIndex: 'completionStatus_dictText',
|
||||
// },
|
||||
{
|
||||
title: '完成状态',
|
||||
title: '业务状态',
|
||||
align: 'center',
|
||||
dataIndex: 'completionStatus_dictText',
|
||||
dataIndex: 'status_dictText',
|
||||
},
|
||||
{
|
||||
title: '截止日期',
|
||||
|
||||
Reference in New Issue
Block a user