refactor(xispeak,dq): 业务状态列改名为督办状态,数据源切换为bpmStatus字段
数据字典统一使用super_status,与后端bpmStatus字段的@Dict注解保持一致。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -296,8 +296,8 @@ export const ledgerColumns: BasicColumn[] = [
|
||||
dataIndex: 'taskStatus'
|
||||
},
|
||||
{
|
||||
title: '业务状态',
|
||||
title: '督办状态',
|
||||
align:"center",
|
||||
dataIndex: 'status_dictText'
|
||||
dataIndex: 'bpmStatus_dictText'
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user