Commit b6d7371b by 吕明尚

修改赠送优惠券

parent cd41bbd5
...@@ -270,6 +270,8 @@ ...@@ -270,6 +270,8 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="时长" align="center" prop="duration"/> <el-table-column label="时长" align="center" prop="duration"/>
<el-table-column align="center" label="优惠券原始金额" prop="originalPrice"/>
<el-table-column align="center" label="优惠券促销金额" prop="salePrice"/>
<el-table-column label="门槛时长" align="center" prop="minDuration"/> <el-table-column label="门槛时长" align="center" prop="minDuration"/>
<el-table-column label="平台类型" align="center" prop="platformType"> <el-table-column label="平台类型" align="center" prop="platformType">
<template slot-scope="scope"> <template slot-scope="scope">
......
...@@ -167,8 +167,7 @@ export default { ...@@ -167,8 +167,7 @@ export default {
promotionAmount: null, promotionAmount: null,
}, },
packParams: { packParams: {
type: 0, type: 0
isOpen: 1,
}, },
// 表单参数 // 表单参数
form: {}, form: {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment