添加字段

This commit is contained in:
duan 2024-06-22 09:48:10 +08:00
parent 83658f712c
commit cf5860abbc
1 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@
<div class="head-container">
<el-table :data="tableData.data" v-loading="tableData.loading" v-if="orderType == 1">
<el-table-column label="日期" prop="tradeDay"></el-table-column>
<el-table-column label="总金额" prop="total">
<el-table-column label="销售额" prop="total">
<template v-slot="scope">
{{ scope.row.total }}
</template>
@ -86,11 +86,11 @@
{{ scope.row.deposit }}
</template>
</el-table-column>
<el-table-column label="充值金额" prop="cash">
<!-- <el-table-column label="充值金额" prop="cash">
<template v-slot="scope">
{{ scope.row.recharge }}
</template>
</el-table-column>
</el-table-column> -->
<el-table-column label="退款金额" prop="cash">
<template v-slot="scope">
{{ scope.row.refund }}