diff --git a/src/views/credit/creditJudgmentDebtor/index.vue b/src/views/credit/creditJudgmentDebtor/index.vue
index 9db1a13..6c73573 100644
--- a/src/views/credit/creditJudgmentDebtor/index.vue
+++ b/src/views/credit/creditJudgmentDebtor/index.vue
@@ -66,7 +66,7 @@
隐藏
- {{ record.updateTime }}
+ {{ record.updateTime }}
@@ -187,25 +187,36 @@
dataIndex: 'companyName',
key: 'companyName'
},
+ {
+ title: '原告/上诉人',
+ dataIndex: 'plaintiffAppellant',
+ key: 'plaintiffAppellant'
+ },
+ {
+ title: '被告/被上诉人',
+ dataIndex: 'appellee',
+ key: 'appellee'
+ },
+ {
+ title: '其他当事人/第三人',
+ dataIndex: 'otherPartiesThirdParty',
+ key: 'otherPartiesThirdParty'
+ },
+ {
+ title: '发生时间',
+ dataIndex: 'occurrenceTime',
+ key: 'occurrenceTime',
+ width: 120
+ },
{
title: '案号',
dataIndex: 'caseNumber',
key: 'caseNumber'
},
{
- title: '被执行人名称',
- dataIndex: 'name',
- key: 'name'
- },
- {
- title: '证件号/组织机构代码',
- dataIndex: 'code',
- key: 'code'
- },
- {
- title: '立案日期',
- dataIndex: 'occurrenceTime',
- key: 'occurrenceTime',
+ title: '涉案金额',
+ dataIndex: 'amount',
+ key: 'amount',
width: 120
},
{
@@ -213,12 +224,6 @@
dataIndex: 'courtName',
key: 'courtName'
},
- {
- title: '执行标的(元)',
- dataIndex: 'amount',
- key: 'amount',
- width: 120
- },
{
title: '数据状态',
dataIndex: 'dataStatus',
@@ -291,7 +296,6 @@
{ title: 'ID', dataIndex: 'id' },
{ title: '案号', dataIndex: 'caseNumber' },
{ title: '被执行人名称', dataIndex: 'name' },
- { title: '证件号/组织机构代码', dataIndex: 'code' },
{ title: '立案日期', dataIndex: 'occurrenceTime' },
{ title: '执行标的(元)', dataIndex: 'amount' },
{ title: '法院', dataIndex: 'courtName' },