| | |
| | | </el-table-column> |
| | | <el-table-column prop="createTime" label="收支时间" min-width="150px" align="center"></el-table-column> |
| | | <el-table-column prop="typeName" label="业务类型" min-width="100px" align="center"></el-table-column> |
| | | <el-table-column prop="transactionNo" label="订单/交易号" min-width="100px" align="center"> </el-table-column> |
| | | <el-table-column prop="transactionNo" label="订单/交易号" min-width="100px" align="center"> |
| | | <template slot-scope="{row}"> |
| | | <span >{{ row.transactionNo }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <el-pagination |
| | | @current-change="handleCurrentChange0" |
| | |
| | | changeType (e) { |
| | | this.searchForm.acceptMemberId = -1 |
| | | this.searchForm.releaseMemberId = -1 |
| | | if (e == 0) { |
| | | if (e == 1) { |
| | | this.searchForm.releaseMemberId = this.info.id || -1 |
| | | this.searchForm.acceptMemberId = null |
| | | } else { |