|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
<template slot="action" slot-scope="{row}">
|
|
|
|
|
<i-col span="12">
|
|
|
|
|
<Button type="success" class="router-btn"
|
|
|
|
|
@click="() => {passShow(row)}">通过审核</Button>
|
|
|
|
|
@click="() => {passShow(row)}">审核通过</Button>
|
|
|
|
|
</i-col>
|
|
|
|
|
<i-col span="12">
|
|
|
|
|
<Button type="error" class="router-btn"
|
|
|
|
|