用户列表中显示实名审核状态

This commit is contained in:
GoEdgeLab
2022-07-24 11:57:46 +08:00
parent 687e667070
commit a20e8b80cc
3 changed files with 26 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
<td>状态</td>
<td>
<span v-if="!user.isVerified" class="red">
未审核 &nbsp; <a href="" @click.prevent="verify">[审核]</a>
信息未审核 &nbsp; <a href="" @click.prevent="verify">[审核]</a>
</span>
<span v-else-if="user.isRejected" class="red">已拒绝
&nbsp; <a href="" @click.prevent="verify">[重新审核]</a>