Browse Source

修改为消费金额、充值金额

程志平 3 years ago
parent
commit
4fa7bc8993
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/consumptionRecord/index.vue
  2. 1 1
      src/views/rechargeRecord/index.vue

+ 1 - 1
src/views/consumptionRecord/index.vue

@@ -74,7 +74,7 @@
 									<span>{{ scope.row.handler_state }}</span>
 									<span>{{ scope.row.handler_state }}</span>
 								</template>
 								</template>
 							</el-table-column>
 							</el-table-column>
-							<el-table-column label="到账金额(元)" align="center" width="140">
+							<el-table-column label="消费金额(元)" align="center" width="140">
 								<template slot-scope="scope">
 								<template slot-scope="scope">
 									<span>{{ scope.row.account }}</span>
 									<span>{{ scope.row.account }}</span>
 								</template>
 								</template>

+ 1 - 1
src/views/rechargeRecord/index.vue

@@ -59,7 +59,7 @@
 									{{scope.row.sfzh}}
 									{{scope.row.sfzh}}
 								</template>
 								</template>
 							</el-table-column> -->
 							</el-table-column> -->
-							<el-table-column label="到账金额(元)" align="center" width="200">
+							<el-table-column label="充值金额(元)" align="center" width="200">
 								<template slot-scope="scope">
 								<template slot-scope="scope">
 									<span>{{ scope.row.account }}</span>
 									<span>{{ scope.row.account }}</span>
 								</template>
 								</template>