feat(credit): 更新司法文书相关字段和表格列配置
- 在信用司法文书模型中添加文书类型字段 documentType - 将导入按钮文本从"导入(多)"更改为"导入(单)" - 统一将 plaintiffUser 字段重命名为 plaintiffAppellant,defendantUser 重命名为 appellee - 更新多个表格列配置中的字段映射关系 - 修改文书类型列的数据索引从 type 到 documentType - 移除重复的冻结日期结束列并优化股权冻结表格结构
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
:disabled="!form.id"
|
||||
@click="openRelatedImport(tab.key)"
|
||||
>
|
||||
导入(多)
|
||||
导入(单)
|
||||
</a-button>
|
||||
<a-button
|
||||
v-if="tab.key === '被执行人'"
|
||||
@@ -900,13 +900,13 @@
|
||||
columns: [
|
||||
{ dataIndex: 'id', title: 'ID' },
|
||||
{ dataIndex: 'companyName', title: '主体企业' },
|
||||
{ dataIndex: 'plaintiffUser', title: '原告/上诉人', key: 'plaintiffUser_1' },
|
||||
{ dataIndex: 'plaintiffUser', title: '被告/被上诉人', key: 'plaintiffUser_2' },
|
||||
{ dataIndex: 'plaintiffAppellant', title: '原告/上诉人', key: 'plaintiffAppellant' },
|
||||
{ dataIndex: 'appellee', title: '被告/被上诉人', key: 'appellee' },
|
||||
{ dataIndex: 'otherPartiesThirdParty', title: '其他当事人/第三人' },
|
||||
{ dataIndex: 'occurrenceTime', title: '发生时间' },
|
||||
{ dataIndex: 'caseNumber', title: '案号' },
|
||||
{ dataIndex: 'involvedAmount', title: '涉案金额(元)' },
|
||||
{ dataIndex: 'courtName', title: '执行法院' },
|
||||
{ dataIndex: 'involvedAmount', title: '涉案金额' },
|
||||
{ dataIndex: 'courtName', title: '法院' },
|
||||
{ dataIndex: 'dataStatus', title: '数据状态' },
|
||||
{ dataIndex: 'realName', title: '操作人' },
|
||||
{ dataIndex: 'createTime', title: '创建时间' }
|
||||
@@ -916,9 +916,9 @@
|
||||
columns: [
|
||||
{ dataIndex: 'id', title: 'ID' },
|
||||
{ dataIndex: 'companyName', title: '主体企业' },
|
||||
{ dataIndex: 'dataType', title: '原告/上诉人', key: 'dataType_1' },
|
||||
{ dataIndex: 'dataType', title: '被告/被上诉人', key: 'dataType_2' },
|
||||
{ dataIndex: 'dataType', title: '其他当事人/第三人', key: 'dataType_3' },
|
||||
{ dataIndex: 'plaintiffAppellant', title: '原告/上诉人', key: 'plaintiffAppellant' },
|
||||
{ dataIndex: 'appellee', title: '被告/被上诉人', key: 'appellee' },
|
||||
{ dataIndex: 'otherPartiesThirdParty', title: '其他当事人/第三人', key: 'otherPartiesThirdParty' },
|
||||
{ dataIndex: 'occurrenceTime', title: '发生时间' },
|
||||
{ dataIndex: 'caseNumber', title: '案号' },
|
||||
{ dataIndex: 'involvedAmount', title: '涉案金额' },
|
||||
@@ -932,8 +932,8 @@
|
||||
columns: [
|
||||
{ dataIndex: 'id', title: 'ID' },
|
||||
{ dataIndex: 'companyName', title: '主体企业' },
|
||||
{ dataIndex: 'plaintiffUser', title: '原告/上诉人', key: 'plaintiffUser_1' },
|
||||
{ dataIndex: 'plaintiffUser', title: '被告/被上诉人', key: 'plaintiffUser_2' },
|
||||
{ dataIndex: 'plaintiffAppellant', title: '原告/上诉人', key: 'plaintiffAppellant' },
|
||||
{ dataIndex: 'appellee', title: '被告/被上诉人', key: 'appellee' },
|
||||
{ dataIndex: 'otherPartiesThirdParty', title: '其他当事人/第三人' },
|
||||
{ dataIndex: 'occurrenceTime', title: '发生时间' },
|
||||
{ dataIndex: 'caseNumber', title: '案号' },
|
||||
@@ -949,8 +949,8 @@
|
||||
columns: [
|
||||
{ dataIndex: 'id', title: 'ID' },
|
||||
{ dataIndex: 'companyName', title: '主体企业' },
|
||||
{ dataIndex: 'plaintiffUser', title: '原告/上诉人', key: 'plaintiffUser_1' },
|
||||
{ dataIndex: 'plaintiffUser', title: '被告/被上诉人', key: 'plaintiffUser_2' },
|
||||
{ dataIndex: 'plaintiffAppellant', title: '原告/上诉人', key: 'plaintiffAppellant' },
|
||||
{ dataIndex: 'appellee', title: '被告/被上诉人', key: 'appellee' },
|
||||
{ dataIndex: 'otherPartiesThirdParty', title: '其他当事人/第三人' },
|
||||
{ dataIndex: 'occurrenceTime', title: '发生时间' },
|
||||
{ dataIndex: 'caseNumber', title: '案号' },
|
||||
@@ -966,8 +966,8 @@
|
||||
columns: [
|
||||
{ dataIndex: 'id', title: 'ID' },
|
||||
{ dataIndex: 'companyName', title: '主体企业' },
|
||||
{ dataIndex: 'plaintiffUser', title: '原告/上诉人', key: 'plaintiffUser_1' },
|
||||
{ dataIndex: 'plaintiffUser', title: '被告/被上诉人', key: 'plaintiffUser_2' },
|
||||
{ dataIndex: 'plaintiffAppellant', title: '原告/上诉人', key: 'plaintiffAppellant' },
|
||||
{ dataIndex: 'appellee', title: '被告/被上诉人', key: 'appellee' },
|
||||
{ dataIndex: 'otherPartiesThirdParty', title: '其他当事人/第三人' },
|
||||
{ dataIndex: 'occurrenceTime', title: '发生时间' },
|
||||
{ dataIndex: 'caseNumber', title: '案号' },
|
||||
@@ -983,7 +983,7 @@
|
||||
'id',
|
||||
'companyName',
|
||||
'title',
|
||||
'type',
|
||||
'documentType',
|
||||
'otherPartiesThirdParty',
|
||||
'occurrenceTime',
|
||||
'caseNumber',
|
||||
@@ -998,6 +998,7 @@
|
||||
id: 'ID',
|
||||
companyName: '主体企业',
|
||||
title: '文书标题',
|
||||
documentType: '文书类型',
|
||||
otherPartiesThirdParty: '当事人',
|
||||
occurrenceTime: '裁判日期',
|
||||
caseNumber: '案号',
|
||||
@@ -1015,8 +1016,8 @@
|
||||
columns: [
|
||||
{ dataIndex: 'id', title: 'ID' },
|
||||
{ dataIndex: 'companyName', title: '主体企业' },
|
||||
{ dataIndex: 'plaintiffUser', title: '原告/上诉人', key: 'plaintiffUser_1' },
|
||||
{ dataIndex: 'plaintiffUser', title: '被告/被上诉人', key: 'plaintiffUser_2' },
|
||||
{ dataIndex: 'plaintiffAppellant', title: '原告/上诉人', key: 'plaintiffAppellant' },
|
||||
{ dataIndex: 'appellee', title: '被告/被上诉人', key: 'appellee' },
|
||||
{ dataIndex: 'otherPartiesThirdParty', title: '其他当事人/第三人' },
|
||||
{ dataIndex: 'occurrenceTime', title: '发生时间' },
|
||||
{ dataIndex: 'caseNumber', title: '案号' },
|
||||
@@ -1032,8 +1033,8 @@
|
||||
columns: [
|
||||
{ dataIndex: 'id', title: 'ID' },
|
||||
{ dataIndex: 'companyName', title: '主体企业' },
|
||||
{ dataIndex: 'plaintiffUser', title: '原告/上诉人', key: 'plaintiffUser_1' },
|
||||
{ dataIndex: 'plaintiffUser', title: '被告/被上诉人', key: 'plaintiffUser_2' },
|
||||
{ dataIndex: 'plaintiffAppellant', title: '原告/上诉人', key: 'plaintiffAppellant' },
|
||||
{ dataIndex: 'appellee', title: '被告/被上诉人', key: 'appellee' },
|
||||
{ dataIndex: 'otherPartiesThirdParty', title: '其他当事人/第三人' },
|
||||
{ dataIndex: 'occurrenceTime', title: '发生时间' },
|
||||
{ dataIndex: 'caseNumber', title: '案号' },
|
||||
@@ -1049,8 +1050,8 @@
|
||||
columns: [
|
||||
{ dataIndex: 'id', title: 'ID' },
|
||||
{ dataIndex: 'companyName', title: '主体企业' },
|
||||
{ dataIndex: 'plaintiffUser', title: '原告/上诉人', key: 'plaintiffUser_1' },
|
||||
{ dataIndex: 'plaintiffUser', title: '被告/被上诉人', key: 'plaintiffUser_2' },
|
||||
{ dataIndex: 'plaintiffAppellant', title: '原告/上诉人', key: 'plaintiffAppellant' },
|
||||
{ dataIndex: 'appellee', title: '被告/被上诉人', key: 'appellee' },
|
||||
{ dataIndex: 'otherPartiesThirdParty', title: '其他当事人/第三人' },
|
||||
{ dataIndex: 'occurrenceTime', title: '发生时间' },
|
||||
{ dataIndex: 'caseNumber', title: '案号' },
|
||||
@@ -1067,14 +1068,13 @@
|
||||
{ dataIndex: 'id', title: 'ID' },
|
||||
{ dataIndex: 'companyName', title: '主体企业' },
|
||||
{ dataIndex: 'caseNumber', title: '案号' },
|
||||
{ dataIndex: 'plaintiffUser', title: '冻结股权标的企业', key: 'plaintiffUser_1' },
|
||||
{ dataIndex: 'plaintiffUser', title: '被执行人', key: 'plaintiffUser_2' },
|
||||
{ dataIndex: 'plaintiffAppellant', title: '冻结股权标的企业', key: 'plaintiffAppellant' },
|
||||
{ dataIndex: 'appellee', title: '被执行人', key: 'appellee' },
|
||||
{ dataIndex: 'courtName', title: '执行法院' },
|
||||
{ dataIndex: 'involvedAmount', title: '被执行人持有股权、其他投资权益数额' },
|
||||
{ dataIndex: 'publicDate', title: '公示日期' },
|
||||
{ dataIndex: 'freezeDateStart', title: '冻结开始日期' },
|
||||
{ dataIndex: 'freezeDateStart', title: '冻结结束日期', key: 'freezeDateStart_2' },
|
||||
{ dataIndex: 'status', title: '状态' },
|
||||
{ dataIndex: 'freezeDateStart', title: '冻结结束日期' },
|
||||
{ dataIndex: 'dataStatus', title: '数据状态' },
|
||||
{ dataIndex: 'realName', title: '操作人' },
|
||||
{ dataIndex: 'createTime', title: '创建时间' }
|
||||
|
||||
@@ -151,8 +151,8 @@
|
||||
},
|
||||
{
|
||||
title: '文书类型',
|
||||
dataIndex: 'type',
|
||||
key: 'type'
|
||||
dataIndex: 'documentType',
|
||||
key: 'documentType'
|
||||
},
|
||||
{
|
||||
title: '当事人',
|
||||
|
||||
@@ -141,13 +141,13 @@
|
||||
},
|
||||
{
|
||||
title: '原告/上诉人',
|
||||
dataIndex: 'plaintiffUser',
|
||||
key: 'plaintiffUser'
|
||||
dataIndex: 'plaintiffAppellant',
|
||||
key: 'plaintiffAppellant'
|
||||
},
|
||||
{
|
||||
title: '被告/被上诉人',
|
||||
dataIndex: 'defendantUser',
|
||||
key: 'defendantUser'
|
||||
dataIndex: 'appellee',
|
||||
key: 'appellee'
|
||||
},
|
||||
{
|
||||
title: '其他当事人/第三人',
|
||||
|
||||
Reference in New Issue
Block a user