优化调整

This commit is contained in:
liuxi 2025-02-28 14:27:30 +08:00
parent 2df7ec9821
commit 42a74f3c4e
4 changed files with 16 additions and 11 deletions

View File

@ -64,6 +64,11 @@
<span v-else>{{ scope.row.status.desc }}</span>
</template>
</el-table-column>
<el-table-column label="失败原因" show-overflow-tooltip >
<template slot-scope="scope">
<span>{{ scope.row.resultMsg }}</span>
</template>
</el-table-column>
<el-table-column label="操作时间" show-overflow-tooltip >
<template slot-scope="scope">
<span >{{ scope.row.updateAt | formaDate("yyyy-MM-dd hh:mm:ss") }}</span>

View File

@ -197,7 +197,7 @@
</el-col>
</el-row>
<el-row type="flex" align="middle">
<el-col :span="8">
<el-col :span="8" style="width:200px ;">
<el-form-item v-if="PersonalInfo.signPic !=''" label="个人签名">
<img :src="PersonalInfo.signPic" width="125px" height="125px"/>
<br>
@ -207,7 +207,7 @@
<img :src="signUrl" width="125px" height="125px"/>
</el-form-item>
</el-col>
<el-col v-if="PersonalInfo.signPic ==''" :span="16" class="line-height-10 color-86909C pl-16 line-height-20" >
<el-col v-if="PersonalInfo.signPic ==''" :span="16" class="line-height-10 color-86909C pl-16 line-height-20" style="width:300px ;" >
请使用微信扫码完成签字及刷脸认证<br>
请保证个人信息中的姓名及身份证号信息是本人的真实信息
</el-col>

View File

@ -51,7 +51,7 @@
<div class="f16 f-weight600 descriptions-t-title">基本信息</div>
<div class="flex-row descriptions-t-item">
<div class="descriptions-t-item-l color-86909C">案件包名称:</div>
<div class="descriptions-t-item-r">{{caseInfo.casePkg.pkgName}}</div>
<div class="descriptions-t-item-r" v-if="caseInfo.casePkg != undefined">{{caseInfo.casePkg.pkgName}}</div>
</div>
<div class="flex-row descriptions-t-item bgColor-F7F8FA">
<div class="descriptions-t-item-l color-86909C">金融产品名称:</div>
@ -71,19 +71,19 @@
</div>
<div class="flex-row descriptions-t-item bgColor-F7F8FA">
<div class="descriptions-t-item-l color-86909C">被申请人姓名:</div>
<div class="descriptions-t-item-r color-1960F4">{{baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人').name}}</div>
<div class="descriptions-t-item-r color-1960F4" v-if="baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人')!=undefined">{{baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人').name}}</div>
</div>
<div class="flex-row descriptions-t-item ">
<div class="descriptions-t-item-l color-86909C">被申请人身份证:</div>
<div class="descriptions-t-item-r">{{baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人').cardNo}}</div>
<div class="descriptions-t-item-r" v-if="baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人')!=undefined">{{baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人').cardNo}}</div>
</div>
<div class="flex-row descriptions-t-item bgColor-F7F8FA">
<div class="descriptions-t-item-l color-86909C">被申请人手机号码:</div>
<div class="descriptions-t-item-r">{{baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人').phone}}</div>
<div class="descriptions-t-item-r" v-if="baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人')!=undefined">{{baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人').phone}}</div>
</div>
</div>
<div class="case-debt-info-call flex-row justify-content-between align-items-center">
<div class="case-debt-info-call flex-row justify-content-between align-items-center" v-if="baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人')!=undefined">
<div class="flex-row align-items-center cursor-pointer" @click="startOutboundCall({phone:baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人').phone,contactId:baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR' && item.type == '本人').id})">
<div class="f32 color-1960F4 mr-8"><i class="el-icon-phone"></i></div>
<div>呼叫被申请人</div>
@ -127,7 +127,7 @@
<div class="f16 f-weight600 descriptions-t-title">案件信息</div>
<div class="flex-row descriptions-t-item">
<div class="descriptions-t-item-l color-86909C">案件包名称:</div>
<div class="descriptions-t-item-r">{{caseInfo.casePkg.pkgName}}</div>
<div class="descriptions-t-item-r" v-if="caseInfo.casePkg != undefined">{{caseInfo.casePkg.pkgName}}</div>
</div>
<div class="flex-row descriptions-t-item bgColor-F7F8FA">
<div class="descriptions-t-item-l color-86909C">金融机构:</div>
@ -408,7 +408,7 @@ export default {
AgentData:[],
fileList: [],
mediationRecord: [],//
baseInfo: {casePkg:{}},//
baseInfo: {casePkg:{},debtorEntityList:[]},//
obligorInfo: [],//
communicationRecord: [],

View File

@ -8,9 +8,9 @@
<div class="flex-row justify-content-between align-items-center mr-16">
<el-button icon="el-icon-arrow-left" circle :disabled="(queue || index ===0) ? true : false" @click="getFrontCaseById"></el-button>
<div class="ml-16 mr-16 flex-row justify-content-between align-items-center">
<div class="mr-8 f16">{{ baseInfo.debtorEntityList.find(item => (item.role == 'DEBTOR' && item.type == '本人')).name }}</div>
<div class="mr-8 f16" v-if="baseInfo.debtorEntityList.find(item => (item.role == 'DEBTOR' && item.type == '本人')) != undefined">{{ baseInfo.debtorEntityList.find(item => (item.role == 'DEBTOR' && item.type == '本人')).name }}</div>
<div class="mr-8">
<el-tag size="small" type="warning">{{ baseInfo.debtorEntityList.find(item => (item.role == 'DEBTOR' && item.type == '本人')).addr }}</el-tag>
<el-tag size="small" type="warning" v-if="baseInfo.debtorEntityList.find(item => (item.role == 'DEBTOR' && item.type == '本人')) != undefined">{{ baseInfo.debtorEntityList.find(item => (item.role == 'DEBTOR' && item.type == '本人')).addr }}</el-tag>
</div>
<div class="mr-8 f16 color-FF7D00"><i class="el-icon-warning"></i></div>
<div class="f16 color-165DFF"><i class="el-icon-success"></i></div>