选择人员组件还原
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<div class="user-info">
|
||||
<img :src="item.photo" alt="" v-if="item.photo">
|
||||
<img src="./img/user-img.png" alt="" v-else>
|
||||
{{ nodeKey == 'openId' ? item.realName : item.name }}
|
||||
{{ item.name }}
|
||||
<span v-if="isShowPhone && item.mobile">({{item.mobile}})</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user