|
@@ -72,9 +72,9 @@
|
|
|
<el-table-column type="index" label="编号" align="center" />
|
|
|
<el-table-column label="菜品名称" align="center" key="goodsName" prop="goodsName" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="价格(元)" align="center" key="salePrice" prop="salePrice" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="优惠后价格(元)" align="center" key="priceSubtotal" prop="priceSubtotal" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="优惠后价格(元)" align="center" key="realPrice" prop="realPrice" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="下单数量" align="center" key="saleNum" prop="saleNum" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="实付金额(元)" align="center" key="realPrice" prop="realPrice" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="实付金额(元)" align="center" key="priceSubtotal" prop="priceSubtotal" :show-overflow-tooltip="true" />
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<div class="form-title"><span>退款信息</span></div>
|