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