|
@@ -97,17 +97,17 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
v-if="scope.row.isAudit==0"
|
|
|
- size="mini"
|
|
|
+ size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleAudit(scope.row)"
|
|
|
v-hasPermi="['company:companyRecharge:audit']"
|
|
|
>审核</el-button>
|
|
|
-
|
|
|
+
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
-
|
|
|
+
|
|
|
<pagination
|
|
|
v-show="total>0"
|
|
|
:total="total"
|
|
@@ -197,7 +197,7 @@ export default {
|
|
|
created() {
|
|
|
getCompanyList().then(response => {
|
|
|
this.companys = response.data;
|
|
|
-
|
|
|
+
|
|
|
});
|
|
|
this.getDicts("sys_comapny_recharge_pay_type").then((response) => {
|
|
|
this.payTypeOptions = response.data;
|