Commit 6b2f0e23 authored by 黄媛媛's avatar 黄媛媛

update

parent 6000b230
......@@ -11,7 +11,7 @@ export default {
</script>
<style>
@import "//at.alicdn.com/t/font_1769104_sg5novwcbz.css";
@import "//at.alicdn.com/t/font_1769104_vde3fa04tor.css";
@import "./assets/css/common.css";
@import "./assets/css/zkcss.css";
html,
......
......@@ -293,8 +293,8 @@
<el-input v-model="plszMsg.IntegralPresent" style="width:670px;margin-left:15px" type="number" min="1" size="small" placeholder="请输入内容" class="input-with-select">
<el-button slot="append">
<el-radio v-model="plszMsg.IntegralPresentType" :label="1">固定值</el-radio>
<el-radio v-model="plszMsg.IntegralPresentType" :label="2">百分比</el-radio>
<el-radio v-model="plszMsg.IntegralPresentType" :label="2">固定值</el-radio>
<el-radio v-model="plszMsg.IntegralPresentType" :label="1">百分比</el-radio>
</el-button>
</el-input>
</el-form-item>
......@@ -307,8 +307,8 @@
<template slot="prepend">最多抵扣</template>
<el-button slot="append">
<el-radio v-model="plszMsg.PointsDeductionType" :label="1">固定值</el-radio>
<el-radio v-model="plszMsg.PointsDeductionType" :label="2">百分比</el-radio>
<el-radio v-model="plszMsg.PointsDeductionType" :label="2">固定值</el-radio>
<el-radio v-model="plszMsg.PointsDeductionType" :label="1">百分比</el-radio>
</el-button>
</el-input>
</el-form-item>
......@@ -415,9 +415,9 @@ export default {
LimitBuyGoodsNum:-1,
LimitBuyOrderNum:-1,
IntegralPresent:0,
IntegralPresentType:1,
IntegralPresentType:2,
PointsDeduction:0,
PointsDeductionType:1,
PointsDeductionType:2,
IsMultipleDeduction:2,
IsQuickBuy:2,
IsGoodsNegotiable:2,
......@@ -475,9 +475,9 @@ export default {
LimitBuyGoodsNum:-1,
LimitBuyOrderNum:-1,
IntegralPresent:0,
IntegralPresentType:1,
IntegralPresentType:2,
PointsDeduction:0,
PointsDeductionType:1,
PointsDeductionType:2,
IsMultipleDeduction:2,
IsQuickBuy:2,
IsGoodsNegotiable:2,
......
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