fix(credit): 修复信用评估页面状态字段映射错误

- 将表格列的dataIndex从'status'更正为'dataType'
- 将表格列的key从'status'更正为'dataType'
- 确保数据绑定与实际数据结构一致
This commit is contained in:
2026-01-31 13:22:46 +08:00
parent 2d7e44e0ad
commit c18120fe81

View File

@@ -195,8 +195,8 @@
},
{
title: '状态',
dataIndex: 'status',
key: 'status'
dataIndex: 'dataType',
key: 'dataType'
},
{
title: '数据状态',