fix : 优化审批记录、用户账号切换点击位置、所属公司选择框
This commit is contained in:
@@ -13,19 +13,22 @@
|
||||
</div>
|
||||
<div class="card">
|
||||
<div v-for="(user,index) in operation.userInfo" :key="index" class="avatar_name">
|
||||
<div>
|
||||
<div class="avatar-block">
|
||||
<name-circle :user="user"/>
|
||||
<span>{{ user.name }}</span>
|
||||
<div class="name">
|
||||
<span>{{ user.name }}</span>
|
||||
<span>{{ user.jobActivityDesc }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="remark">{{ operation.remark }}</div>
|
||||
<div>
|
||||
<div>审批人:</div>
|
||||
<div>{{ user.name }}</div>
|
||||
</div>
|
||||
<!-- <div>-->
|
||||
<!-- <div>审批人:</div>-->
|
||||
<!-- <div>{{ user.name }}</div>-->
|
||||
<!-- </div>-->
|
||||
<div v-if="user.auditOpinion">
|
||||
<div style="margin-bottom: 10px;color: #909399">{{ user.operationTime }}</div>
|
||||
<div class="username">
|
||||
<div class="username">
|
||||
<span style="font-weight: bold">审批意见:</span>
|
||||
<el-text v-text="user.auditOpinion" style="word-break: break-all">
|
||||
</el-text>
|
||||
@@ -274,16 +277,25 @@ init()
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
> div:first-child {
|
||||
.avatar-block {
|
||||
display: flex;
|
||||
|
||||
|
||||
> span {
|
||||
width: 100px;
|
||||
color: #2a99ff;
|
||||
.name {
|
||||
width:130px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-left: 10px;
|
||||
margin-right: 20px;
|
||||
margin-right: 20px;
|
||||
|
||||
> span:first-child {
|
||||
color: #2a99ff;
|
||||
}
|
||||
>span:last-child{
|
||||
margin-top: 5px;
|
||||
color: #909399;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
> div:nth-child(2) {
|
||||
|
||||
Reference in New Issue
Block a user