|
@@ -79,11 +79,13 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="address" label="审核">
|
|
|
+ <!-- class="record"
|
|
|
+ class="record" -->
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
size="medium"
|
|
|
- type="text"
|
|
|
- class="record"
|
|
|
+ type="danger"
|
|
|
+
|
|
|
v-if="scope.row.statusFlag == 1"
|
|
|
v-hasPermission="`audit.tranMerchant.tranMerchantInfo.view`"
|
|
|
@click="rejectList(scope.row)"
|
|
@@ -91,8 +93,8 @@
|
|
|
>
|
|
|
<el-button
|
|
|
size="medium"
|
|
|
- type="text"
|
|
|
- class="record"
|
|
|
+ type="primary"
|
|
|
+
|
|
|
v-if="scope.row.statusFlag == 1"
|
|
|
@click="adoptOut(scope.row)"
|
|
|
v-hasPermission="`audit.tranMerchant.tranMerchantInfo.view`"
|