@@ -212,10 +212,10 @@
label="交易方式">
<template slot-scope="scope">{{ scope.row.paymentChannel | paymentChannelStatus }}</template>
</el-table-column>
- <el-table-column align="center"
+ <!-- <el-table-column align="center"
label="收款账户">
<template slot-scope="scope">{{ scope.row.merNo }}</template>
- </el-table-column>
+ </el-table-column> -->
<el-table-column align="center"
label="交易状态">
<template slot-scope="scope">{{ scope.row.status | dealStatus }}</template>
@@ -193,10 +193,10 @@
<template slot-scope="scope">{{ scope.row.merNos }}</template>
@@ -227,7 +227,6 @@ export default {
for (const item of res.data) {
if (row.teacherId == item.teacherId) {
this.activeTeacher = item
- console.log({...item})
break
}