|
@@ -27,8 +27,9 @@
|
|
|
<template slot-scope="scope">{{ scope.row.stu_number }}</template>
|
|
<template slot-scope="scope">{{ scope.row.stu_number }}</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column prop="user_name" label="姓名" align="center" width="400"></el-table-column>
|
|
<el-table-column prop="user_name" label="姓名" align="center" width="400"></el-table-column>
|
|
|
- <el-table-column prop="balance" label="余额(元)" :formatter="formatBalance" show-overflow-tooltip></el-table-column>
|
|
|
|
|
- <el-table-column label="操作" align="center" width="280">
|
|
|
|
|
|
|
+ <el-table-column prop="balance" label="余额(元)" align="right" width="180" :formatter="formatBalance"
|
|
|
|
|
+ show-overflow-tooltip></el-table-column>
|
|
|
|
|
+ <el-table-column label="操作" align="center">
|
|
|
<el-button type="text" slot-scope="scope" @click="handleShowDialog(scope.$index, scope.row)">
|
|
<el-button type="text" slot-scope="scope" @click="handleShowDialog(scope.$index, scope.row)">
|
|
|
查看记录
|
|
查看记录
|
|
|
</el-button>
|
|
</el-button>
|
|
@@ -65,7 +66,8 @@
|
|
|
<el-table-column align="center" label="时间">
|
|
<el-table-column align="center" label="时间">
|
|
|
<template slot-scope="scope">{{ scope.row.re_time }}</template>
|
|
<template slot-scope="scope">{{ scope.row.re_time }}</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" prop="account" label="金额" :formatter="formatBalance" show-overflow-tooltip>
|
|
|
|
|
|
|
+ <el-table-column align="center" prop="account" label="金额" :formatter="formatBalance"
|
|
|
|
|
+ show-overflow-tooltip>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|
|
@@ -289,7 +291,7 @@
|
|
|
|
|
|
|
|
// 获取查看记录列表
|
|
// 获取查看记录列表
|
|
|
this.get_view_list(params)
|
|
this.get_view_list(params)
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
// 充值记录总计
|
|
// 充值记录总计
|
|
|
this.get_view_total_amount()
|
|
this.get_view_total_amount()
|
|
|
},
|
|
},
|