审核判断
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column slot="options" label="操作" fixed="right" align="center">
|
<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="pass(row)">通过</el-button>
|
||||||
<el-button type="text" @click="refuse(row)">拒绝</el-button>
|
<el-button type="text" @click="refuse(row)">拒绝</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user