添加字段
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user