优化添加规格文字提示

This commit is contained in:
gyq
2025-12-08 16:13:28 +08:00
parent 7ab3414cec
commit 4a2ad983eb
2 changed files with 8 additions and 8 deletions

View File

@@ -171,12 +171,12 @@
<el-table-column label="退款金额" prop="refundAmount" sortable>
<template v-slot="scope">{{ scope.row.refundAmount }}</template>
</el-table-column>
<!-- <el-table-column label="实际销量" prop="refundCount">
<el-table-column label="实际销量" prop="refundCount" sortable>
<template v-slot="scope"> {{ scope.row.saleCount - scope.row.refundCount }} </template>
</el-table-column>
<el-table-column label="实际销售额" prop="refundCount">
<el-table-column label="实际销售额" prop="refundCount" sortable>
<template v-slot="scope"> {{ scope.row.saleAmount - scope.row.refundAmount }} </template>
</el-table-column> -->
</el-table-column>
</el-table>
</div>
<div class="head-container">