This commit is contained in:
yanran200730
2022-12-26 11:18:52 +08:00
parent 0e09eea6cf
commit fde725abb2

View File

@@ -52,7 +52,7 @@
<el-table-column slot="options" width="120px" fixed="right" label="操作" align="center">
<template slot-scope="{ row }">
<div class="table-options">
<el-button type="text" @click="audit(row.id)" v-if="row.examineStatus === '0'" :disabled="info.status === '0'">审核</el-button>
<el-button type="text" @click="audit(row.id)" v-if="row.examineStatus === '0'" :disabled="info.status !== '1'">审核</el-button>
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
</div>
</template>