27103
This commit is contained in:
@@ -44,8 +44,8 @@
|
|||||||
<image src="./components/img/user-icon.png" />
|
<image src="./components/img/user-icon.png" />
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<div class="right-top">
|
<div class="right-top">
|
||||||
<h2>{{ item.nickName }}</h2>
|
<h2 v-if="item.userType === 'wxuser'">{{ item.nickName }}</h2>
|
||||||
<!-- <span>{{ $dict.getLabel('wxUserType', item.userType) }}</span> -->
|
<AiOpenData v-else type="userName" :openid="item.nickName"/>
|
||||||
</div>
|
</div>
|
||||||
<p>{{ item.commitTime }}</p>
|
<p>{{ item.commitTime }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user