Commit 19cf0209 by 曾凡江

企业认证,跳转修复

parent 9144375f
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<el-tag v-if="infoData.status === '审核通过'" type="success">已认证</el-tag> <el-tag v-if="infoData.status === '审核通过'" type="success">已认证</el-tag>
<el-tag v-else class="mr5" type="warning">未认证</el-tag> <el-tag v-else class="mr5" type="warning">未认证</el-tag>
<el-button v-if="!infoData.status || infoData.status === '驳回'" type="primary" link>去申请</el-button> <el-button v-if="!infoData.status || infoData.status === '驳回'" @click="$router.push('/console/authentication')" type="primary" link>去申请</el-button>
</el-form-item> </el-form-item>
<el-form-item label="最后提交时间:"> <el-form-item label="最后提交时间:">
{{ infoData.submitTime }} {{ infoData.submitTime }}
......
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 sign in to comment