refactor(credit): 优化企业信用模块数据结构和界面展示

- 将模型中的 companyName 字段统一重命名为 name
- 更新编辑页面标题为更准确的描述
- 调整多个表格列的宽度配置
- 移除冗余的表格滚动设置
- 为主企业名称字段添加空值显示处理
- 统一表格列配置中的样式属性
- 优化表格列的数据索引和键值配置
- 移除过多的表格列宽度和省略号设置
This commit is contained in:
2026-01-19 21:07:53 +08:00
parent 882287c98b
commit 8fd96fb05c
2 changed files with 53 additions and 49 deletions

View File

@@ -6,28 +6,28 @@ import type { PageParam } from '@/api';
export interface CreditCourtSession {
// ID
id?: number;
// 数据类型
dataType?: string;
// 原告/上诉人
plaintiffAppellant?: string;
// 被告/被上诉人
appellee?: string;
// 链接地址
url?: string;
// 其他当事人/第三人
otherPartiesThirdParty?: string;
// 发生时间
occurrenceTime?: string;
// 案号
caseNumber?: string;
// 案由
causeOfAction?: string;
// 涉案金额
involvedAmount?: string;
// 其他当事人/第三人
otherPartiesThirdParty?: string;
// 法院
courtName?: string;
// 发生时间
occurrenceTime?: string;
// 数据类型
// dataType?: string;
// 原告/上诉人
// plaintiffAppellant?: string;
// 被告/被上诉人
// appellee?: string;
// 链接地址
url?: string;
// 涉案金额
// involvedAmount?: string;
// 数据状态
dataStatus?: string;
// dataStatus?: string;
// 备注
comments?: string;
// 是否推荐

View File

@@ -554,12 +554,48 @@
'被执行人': {
titleMap: {
caseNumber: '案号',
name1: '被执行人',
name: '被执行人',
amount: '执行标的(元)',
courtName: '执行法院',
occurrenceTime: '立案日期',
},
hidden: ['id','historyId','name','code', 'dataStatus','historyName','createTime']
hidden: ['id','historyId','code', 'dataStatus','historyName','createTime']
},
'限制高消费': {
titleMap: {
caseNumber: '案号',
dataType: '限消令对象',
plaintiffAppellant: '限制法定代表人',
appellee: '申请人',
involvedAmount: '涉案金额(元)',
occurrenceTime: '立案日期',
courtName: '执行法院',
releaseDate: '发布日期'
},
hidden: ['id','dataStatus','otherPartiesThirdParty','causeOfAction','createTime']
},
'终本案件': {
titleMap: {
caseNumber: '案号',
appellee: '被执行人',
plaintiffAppellant: '疑似申请执行人',
unfulfilledAmount: '未履行金额(元)',
involvedAmount: '执行标的(元)',
courtName: '执行法院',
occurrenceTime: '立案日期',
finalDate: '终本日期'
},
hidden: ['id','dataStatus','createTime']
},
'开庭公告': {
titleMap: {
caseNumber: '案号',
causeOfAction: '案由',
otherPartiesThirdParty: '当事人',
courtName: '法院',
occurrenceTime: '开庭时间',
},
hidden: ['id','dataStatus','dataType','appellee','involvedAmount','plaintiffAppellant','createTime']
},
'立案信息': {
titleMap: {
@@ -583,16 +619,6 @@
},
hidden: ['dataStatus']
},
开庭公告: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
}
},
法院公告: {
titleMap: {
dataType: '数据状态',
@@ -634,28 +660,6 @@
},
hidden: ['dataStatus']
},
终本案件: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
},
hidden: ['dataStatus']
},
限制高消费: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
},
hidden: ['dataStatus']
},
股权冻结: {
titleMap: {
dataType: '数据状态',