添加字段

This commit is contained in:
duan
2024-06-22 09:48:10 +08:00
parent 83658f712c
commit cf5860abbc

View File

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