This commit is contained in:
shijingjing
2022-11-08 10:57:09 +08:00
parent 48cbeefa39
commit a4311f7acd

View File

@@ -32,7 +32,7 @@
<template slot-scope="{ row }">
<el-button type="text" v-show="row.status==0" @click.native="examine(row.id,1)">审核通过</el-button>
<el-button type="text" v-show="row.status==0" @click.native="examine(row.id,0)">审核拒绝</el-button>
<el-button type="text" @click.native="delBtn(row.id)">删除</el-button>
<el-button type="text" v-show="row.status==1" @click.native="delBtn(row.id)">删除</el-button>
</template>
</el-table-column>
</ai-table>