This commit is contained in:
xk_chenlianjie
2024-02-02 13:55:20 +08:00
parent 6a43e79d01
commit ecd7565c14

View File

@@ -65,7 +65,7 @@
</el-table-column>
<el-table-column label="订单金额" min-width="60" align="center">
<template slot-scope="scope">
<span>{{ scope.row.integral }}</span>
<span>¥ {{ scope.row.marketPrice }}</span>
</template>
</el-table-column>
<el-table-column label="支付积分" min-width="80" align="center">