refactor(credit): 更新信用模块表格字段映射

- 将 plaintiffUser 字段统一重命名为 plaintiffAppellant
- 将被告字段从 plaintiffUser 更改为 appellee
- 在最终版本页面中修正 dataType 字段映射为正确的当事人字段
- 在股权冻结页面添加 appellee2 回退显示逻辑
- 修正信用修复页面的被告字段映射为 defendantUser
This commit is contained in:
2026-01-31 02:17:27 +08:00
parent c5908f4376
commit 2d7e44e0ad
9 changed files with 39 additions and 36 deletions

View File

@@ -155,18 +155,18 @@
},
{
title: '原告/上诉人',
dataIndex: 'dataType',
key: 'dataType'
dataIndex: 'plaintiffAppellant',
key: 'plaintiffAppellant'
},
{
title: '被告/被上诉人',
dataIndex: 'dataType',
key: 'dataType'
dataIndex: 'appellee',
key: 'appellee'
},
{
title: '其他当事人/第三人',
dataIndex: 'dataType',
key: 'dataType'
dataIndex: 'otherPartiesThirdParty',
key: 'otherPartiesThirdParty'
},
{
title: '发生时间',