|
@@ -68,12 +68,17 @@
|
|
|
<span>{{ scope.row.balance }}</span>
|
|
<span>{{ scope.row.balance }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="支付状态" align="center" width="150">
|
|
|
|
|
|
|
+ <el-table-column label="充值类型" align="center" width="150">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.re_state == '补充'" class="txt-cell-green">{{ scope.row.re_state }}</span>
|
|
<span v-if="scope.row.re_state == '补充'" class="txt-cell-green">{{ scope.row.re_state }}</span>
|
|
|
<span v-else class="txt-cell-red">{{ scope.row.re_state }}</span>
|
|
<span v-else class="txt-cell-red">{{ scope.row.re_state }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+ <el-table-column label="操作账号" align="center">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <span>{{ scope.row.cao }}</span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="交易流水号" align="center">
|
|
<el-table-column label="交易流水号" align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.order_num }}</span>
|
|
<span>{{ scope.row.order_num }}</span>
|
|
@@ -232,9 +237,9 @@
|
|
|
data.page = 1
|
|
data.page = 1
|
|
|
this.pagination.currentPage = 1
|
|
this.pagination.currentPage = 1
|
|
|
}
|
|
}
|
|
|
- console.log(data);
|
|
|
|
|
|
|
+ // console.log(data);
|
|
|
getTableData(data).then((res) => {
|
|
getTableData(data).then((res) => {
|
|
|
- console.log(res);
|
|
|
|
|
|
|
+ // console.log(res);
|
|
|
if (typeof res.rows !== 'undefined' && res.rows !== '') {
|
|
if (typeof res.rows !== 'undefined' && res.rows !== '') {
|
|
|
this.pagination.total = res.total
|
|
this.pagination.total = res.total
|
|
|
this.tableData = []
|
|
this.tableData = []
|