mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-20 23:49:36 +08:00
1
This commit is contained in:
commit
7de881d56e
@ -53,7 +53,7 @@
|
||||
<a v-if='removeEnable' @click='delByIds([record.id])'>删除</a>
|
||||
<a-divider type='vertical' />
|
||||
<a-tag @click='verifySuccess(record,1)' v-if='record.status == 0' color='green'>通过</a-tag>
|
||||
<a-tag @click='verifyReject(record.id)' v-if='record.status == 0 || record.status == 1'
|
||||
<a-tag @click='verifyReject(record.id)' v-if='record.status == 0 '
|
||||
color='volcano'>驳回</a-tag>
|
||||
</span>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user