refactor(xispeak,dq): 业务状态列改名为督办状态,数据源切换为bpmStatus字段

数据字典统一使用super_status,与后端bpmStatus字段的@Dict注解保持一致。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-07-10 10:26:22 +08:00
co-authored by Claude Opus 4.7
parent b7f6eef90a
commit c20f431011
2 changed files with 5 additions and 5 deletions
@@ -296,8 +296,8 @@ export const ledgerColumns: BasicColumn[] = [
dataIndex: 'taskStatus'
},
{
title: '业务状态',
title: '督办状态',
align:"center",
dataIndex: 'status_dictText'
dataIndex: 'bpmStatus_dictText'
},
];