mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-22 05:51:54 +08:00
promotion:调整拼团活动的界面
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user