Commit 38035423 authored by feifei's avatar feifei

优化

parent 22ad583b
......@@ -63,7 +63,7 @@
<el-col :span="8">
<div class="grid-content bg-purple">
实名认证状态:{{realAuthFormat(clientInfo.clientRealAuthDO.state)}}
<el-button type="primary" size="small" v-if="this.clientInfo.userFaceRecognitionDO.state != 1" @click="resetRealAuth(clientInfo.clientRealAuthDO.clientNo)">重置实名</el-button>
<el-button type="primary" size="small" v-if="this.clientInfo.userFaceRecognitionDO == null || this.clientInfo.userFaceRecognitionDO.state != 1" @click="resetRealAuth(clientInfo.clientRealAuthDO.clientNo)">重置实名</el-button>
</div>
</el-col>
</el-row>
......
{
"name": "versiony",
"version": "5.9.1"
"version": "5.9.3"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment