diff --git a/.env.development b/.env.development index 4406098..3de4baf 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VITE_APP_NAME=后台管理(开发环境) -VITE_API_URL=http://127.0.0.1:9200/api +#VITE_API_URL=http://127.0.0.1:9200/api #VITE_SERVER_API_URL=http://127.0.0.1:8000/api diff --git a/src/views/credit/creditBreachOfTrust/index.vue b/src/views/credit/creditBreachOfTrust/index.vue index 3aed531..3fea6ce 100644 --- a/src/views/credit/creditBreachOfTrust/index.vue +++ b/src/views/credit/creditBreachOfTrust/index.vue @@ -153,13 +153,13 @@ }, { title: '原告/上诉人', - dataIndex: 'plaintiffAppellant', - key: 'plaintiffAppellant' + dataIndex: 'appellee', + key: 'appellee' }, { title: '被告/被上诉人', - dataIndex: 'appellee', - key: 'appellee' + dataIndex: 'plaintiffAppellant', + key: 'plaintiffAppellant' }, { title: '其他当事人/第三人', diff --git a/src/views/credit/creditCompany/components/creditCompanyInfo.vue b/src/views/credit/creditCompany/components/creditCompanyInfo.vue index db288a8..ed37bf0 100644 --- a/src/views/credit/creditCompany/components/creditCompanyInfo.vue +++ b/src/views/credit/creditCompany/components/creditCompanyInfo.vue @@ -986,11 +986,11 @@ { dataIndex: 'id', title: 'ID' }, { dataIndex: 'companyName', title: '主体企业' }, { - dataIndex: 'plaintiffAppellant', + dataIndex: 'appellee', title: '原告/上诉人', - key: 'plaintiffAppellant' + key: 'appellee' }, - { dataIndex: 'appellee', title: '被告/被上诉人', key: 'appellee' }, + { dataIndex: 'plaintiffAppellant', title: '被告/被上诉人', key: 'plaintiffAppellant' }, { dataIndex: 'otherPartiesThirdParty', title: '其他当事人/第三人' }, { dataIndex: 'occurrenceTime', title: '发生时间' }, { dataIndex: 'caseNumber', title: '案号' },