chenlianjie #16

Merged
chenlianjie merged 5 commits from chenlianjie into master 2024-02-02 16:02:48 +08:00
Showing only changes of commit ecd7565c14 - Show all commits

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">