This commit is contained in:
liuxi 2025-02-20 09:13:06 +08:00
parent 8222ce437b
commit 43af33158f

View File

@ -25,8 +25,8 @@
<a v-if="item.phoneStatus != null && item.phoneStatus != ''" :class="'case-status'+ $util.getTelephoneTypeData(item.phoneStatus).key">{{$util.getTelephoneTypeData(item.phoneStatus).label}}</a>
</div>
</div>
<div class="flex-row personnel-btn">
<a class="cursor-pointer" v-if="personnelTypeActive !== '申请人'" @click="handleEdit(item)">编辑</a>
<div class="flex-row personnel-btn" v-if="personnelTypeActive !== '申请人'">
<a class="cursor-pointer" @click="handleEdit(item)">编辑</a>
<a class="cursor-pointer ml-8" v-if="personnelTypeActive == '申请人代理人'" @click="handleDelete(item)">删除</a>
<a class="cursor-pointer ml-8" v-if="item.role == 'DEBTOR' && item.type !='本人'" @click="handleDelete(item)">删除</a>
</div>
@ -192,7 +192,8 @@ export default {
line-height: 66px;
}
.personnel-info{
width: 55%;
// width: 55%;
max-width: 75%;
.case-lable{
margin-top: 12px;
.case-status0{