mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-26 15:25:17 +08:00
用户列表中显示实名审核状态
This commit is contained in:
@@ -41,10 +41,13 @@
|
||||
<keyword :v-word="keyword">{{user.username}}</keyword>
|
||||
</a>
|
||||
<div v-if="!user.isVerified">
|
||||
<grey-label color="red">未审核</grey-label>
|
||||
<a :href="'/users/user?userId=' + user.id"><grey-label color="red"><i class="icon info circle"></i>信息未审核</grey-label></a>
|
||||
</div>
|
||||
<div v-if="user.isRejected">
|
||||
<grey-label color="red">已拒绝</grey-label>
|
||||
<grey-label color="red"><i class="icon info circle"></i>信息已拒绝</grey-label>
|
||||
</div>
|
||||
<div v-if="user.identityIsSubmitted">
|
||||
<a :href="'/users/identity?userId=' + user.id"><grey-label color="red"><i class="icon address card"></i>实名未审核</grey-label></a>
|
||||
</div>
|
||||
</td>
|
||||
<td :class="{disabled:!user.isOn}">
|
||||
|
||||
Reference in New Issue
Block a user