!85 feat(xispeak): 用业务状态列替换完成状态列,修正dataIndex对齐接口

* feat(xispeak): 用业务状态列替换完成状态列,修正dataIndex对齐接口
* fix(xispeak): 修复业务状态字段取值与列dataIndex不匹配
* feat(xispeak): 台账列表新增业务状态字段
This commit is contained in:
wsm
2026-07-07 00:57:38 +00:00
parent 086aed02b4
commit 8c4288a5e5
3 changed files with 52 additions and 4 deletions
+7 -2
View File
@@ -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: '截止日期',