UI调整
This commit is contained in:
parent
8222ce437b
commit
43af33158f
@ -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{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user