mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
fix:审核状态修改
This commit is contained in:
@@ -210,8 +210,8 @@
|
||||
<div class="item" style="align-items: center;margin-top: 20px;">
|
||||
<div class="left">审核结果:</div>
|
||||
<div class="rig" style="margin-left: 10px;">
|
||||
<a-tag v-if="transferCompletedModel.result==-1" color="red">拒绝</a-tag>
|
||||
<a-tag v-if="transferCompletedModel.result==2" color="green">通过</a-tag>
|
||||
<a-tag v-if="transferCompletedModel.result=='审核拒绝'" color="red">拒绝</a-tag>
|
||||
<a-tag v-if="transferCompletedModel.result=='审核通过'" color="green">通过</a-tag>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item" style="margin-top: 20px">
|
||||
|
||||
Reference in New Issue
Block a user