文字
This commit is contained in:
@@ -35,8 +35,8 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column slot="option" label="操作" align="center" width="250">
|
<el-table-column slot="option" label="操作" align="center" width="250">
|
||||||
<template slot-scope="{row}">
|
<template slot-scope="{row}">
|
||||||
<el-button type="text" v-if="row.status == 0" @click="examine(row, 1, '确定通过该商户审核?')">通过</el-button>
|
<el-button type="text" v-if="row.status == 0" @click="examine(row, 1, '确定通过该商户审核?')">审核通过</el-button>
|
||||||
<el-button type="text" v-if="row.status == 0" @click="examine(row, 0, '确定拒绝该商户审核?')">拒绝</el-button>
|
<el-button type="text" v-if="row.status == 0" @click="examine(row, 0, '确定拒绝该商户审核?')">审核拒绝</el-button>
|
||||||
|
|
||||||
<el-button type="text" v-if="row.status == 1" @click="add(row)">编辑</el-button>
|
<el-button type="text" v-if="row.status == 1" @click="add(row)">编辑</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user