fix(credit): 修复信用评估页面状态字段映射错误
- 将表格列的dataIndex从'status'更正为'dataType' - 将表格列的key从'status'更正为'dataType' - 确保数据绑定与实际数据结构一致
This commit is contained in:
@@ -195,8 +195,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '状态',
|
title: '状态',
|
||||||
dataIndex: 'status',
|
dataIndex: 'dataType',
|
||||||
key: 'status'
|
key: 'dataType'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '数据状态',
|
title: '数据状态',
|
||||||
|
|||||||
Reference in New Issue
Block a user