promotion:调整拼团活动的界面

This commit is contained in:
YunaiV
2023-10-06 21:03:17 +08:00
parent 78062dd474
commit 24fc36e23a
2 changed files with 17 additions and 13 deletions

View File

@@ -87,7 +87,8 @@
min-width="100"
:formatter="fenToYuanFormat"
/>
<el-table-column label="秒杀价" prop="marketPrice" min-width="100">
<el-table-column label="价" prop="marketPrice" min-width="100" />
<el-table-column label="秒杀价" prop="seckillPrice" min-width="100">
<template #default="scope">
{{ formatSeckillPrice(scope.row.products) }}
</template>