审核判断

This commit is contained in:
liuye
2022-11-02 17:46:21 +08:00
parent ad01c3f8f7
commit b71845155e

View File

@@ -17,7 +17,7 @@
</template>
</el-table-column>
<el-table-column slot="options" label="操作" fixed="right" align="center">
<template slot-scope="{ row }" v-if="!row.status">
<template slot-scope="{ row }" v-if="row.status == 0">
<el-button type="text" @click="pass(row)">通过</el-button>
<el-button type="text" @click="refuse(row)">拒绝</el-button>
</template>