|
@@ -87,7 +87,6 @@
|
|
|
type="danger"
|
|
|
|
|
|
v-if="scope.row.statusFlag == 1"
|
|
|
- v-hasPermission="`audit.tranMerchant.tranMerchantInfo.view`"
|
|
|
@click="rejectList(scope.row)"
|
|
|
>驳回</el-button
|
|
|
>
|
|
@@ -96,7 +95,7 @@
|
|
|
type="primary"
|
|
|
|
|
|
v-if="scope.row.statusFlag == 1"
|
|
|
- @click="adoptOut(scope.row)"
|
|
|
+ @click="adoptList(scope.row)"
|
|
|
v-hasPermission="`audit.tranMerchant.tranMerchantInfo.view`"
|
|
|
>通过</el-button
|
|
|
>
|