feat(credit): 更新信用模块表格列配置和字段映射

- 在信用违约、立案、法院公告、开庭公告、送达公告等页面新增当事人相关列
- 统一各信用模块表格中的原告/上诉人、被告/被上诉人、其他当事人/第三人字段
- 调整涉案金额、法院、数据状态等字段的显示标题
- 修改信用公司信息组件中的表格列配置逻辑
- 新增columns配置支持重复dataIndex的不同标题显示
- 更新招投标、对外投资、风险关系等多个子模块的字段顺序和映射
- 添加链接文本字段的自动渲染功能
- 优化表格
This commit is contained in:
2026-01-28 16:16:18 +08:00
parent 6b21547b09
commit 17487cce2b
14 changed files with 891 additions and 383 deletions

View File

@@ -149,26 +149,30 @@
dataIndex: 'companyName',
key: 'companyName'
},
{
title: '原告/上诉人',
dataIndex: 'plaintiffUser',
key: 'plaintiffUser'
},
{
title: '被告/被上诉人',
dataIndex: 'plaintiffUser',
key: 'plaintiffUser'
},
{
title: '其他当事人/第三人',
dataIndex: 'otherPartiesThirdParty',
key: 'otherPartiesThirdParty'
},
{
title: '发生时间',
dataIndex: 'occurrenceTime',
key: 'occurrenceTime'
},
{
title: '案号',
dataIndex: 'caseNumber',
key: 'caseNumber',
width: 220
},
{
title: '限消令对象',
dataIndex: 'dataType',
key: 'dataType'
},
{
title: '限制法定代表人',
dataIndex: 'plaintiffAppellant',
key: 'plaintiffAppellant'
},
{
title: '申请人',
dataIndex: 'appellee',
key: 'appellee'
key: 'caseNumber'
},
{
title: '涉案金额(元)',
@@ -181,17 +185,37 @@
key: 'courtName'
},
{
title: '立案日期',
dataIndex: 'occurrenceTime',
key: 'occurrenceTime',
width: 120
},
{
title: '发布日期',
dataIndex: 'releaseDate',
key: 'releaseDate',
width: 120
title: '数据状态',
dataIndex: 'dataStatus',
key: 'dataStatus'
},
// {
// title: '限消令对象',
// dataIndex: 'dataType',
// key: 'dataType'
// },
// {
// title: '限制法定代表人',
// dataIndex: 'plaintiffAppellant',
// key: 'plaintiffAppellant'
// },
// {
// title: '申请人',
// dataIndex: 'appellee',
// key: 'appellee'
// },
// {
// title: '立案日期',
// dataIndex: 'occurrenceTime',
// key: 'occurrenceTime',
// width: 120
// },
// {
// title: '发布日期',
// dataIndex: 'releaseDate',
// key: 'releaseDate',
// width: 120
// },
{
title: '操作人',
dataIndex: 'realName',