选择人员组件还原

This commit is contained in:
liuye
2023-04-19 15:08:31 +08:00
parent 2b13ea7ded
commit ec80cc8144

View File

@@ -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>