bug
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
<el-table-column slot="options" width="120px" fixed="right" label="操作" align="center">
|
<el-table-column slot="options" width="120px" fixed="right" label="操作" align="center">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<div class="table-options">
|
<div class="table-options">
|
||||||
<el-button type="text" v-if="!row.haveCertificate" @click="audit(row)">审核发证</el-button>
|
<el-button type="text" v-if="!row.haveCertificate && row.examinationType === '1'" @click="audit(row)">审核发证</el-button>
|
||||||
<el-button type="text" @click="toDetail(row.bizId, row.openId)">详情</el-button>
|
<el-button type="text" @click="toDetail(row.bizId, row.openId)">详情</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user