|
@@ -20,6 +20,7 @@
|
|
|
<div style="height: 20px;background: #f4f4f4"></div>
|
|
|
<!-- </div> -->
|
|
|
<van-cell title="账号" v-if="userInfo.userNameNeedTranslate != '1'" :title-style="'flex: 0.5;'" :value="userInfo.phone"></van-cell>
|
|
|
+ <van-cell title="角色" :title-style="'flex: 0.5;'" :value="userInfo.roleName"></van-cell>
|
|
|
<van-cell title="工号" v-if="userInfo.jobNumber" :title-style="'flex: 0.5;'" :value="userInfo.jobNumber"></van-cell>
|
|
|
|
|
|
<div style="height: 20px;background: #f4f4f4"></div>
|