|
@@ -26,7 +26,7 @@
|
|
|
<el-table-column fixed="right" label="操作" min-width="120">
|
|
|
<template #default="scope">
|
|
|
<el-button link type="primary" @click="toDetail(scope.row)">详情</el-button>
|
|
|
- <el-button link type="primary" @click="toCheck(scope.row)">审核</el-button>
|
|
|
+ <el-button link type="primary" v-if="scope.row.applicationStatusName==='待审核'" @click="toCheck(scope.row)">审核</el-button>
|
|
|
<el-button link type="primary" @click="toRevoke">撤销</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|