MALL:修复营销的商品范围枚举不正确的问题
This commit is contained in:
parent
87d1047fa9
commit
427c2d5d2a
@ -248,15 +248,15 @@ export const CouponTemplateTakeTypeEnum = {
|
|||||||
*/
|
*/
|
||||||
export const PromotionProductScopeEnum = {
|
export const PromotionProductScopeEnum = {
|
||||||
ALL: {
|
ALL: {
|
||||||
scope: 10,
|
scope: 1,
|
||||||
name: '通用劵'
|
name: '通用劵'
|
||||||
},
|
},
|
||||||
SPU: {
|
SPU: {
|
||||||
scope: 20,
|
scope: 2,
|
||||||
name: '商品劵'
|
name: '商品劵'
|
||||||
},
|
},
|
||||||
CATEGORY: {
|
CATEGORY: {
|
||||||
scope: 30,
|
scope: 3,
|
||||||
name: '品类劵'
|
name: '品类劵'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
<template #append>%</template>
|
<template #append>%</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label-width="180px" label="公众号 APPID" prop="config.appId">
|
<el-form-item label-width="180px" label="微信 APPID" prop="config.appId">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="formData.config.appId"
|
v-model="formData.config.appId"
|
||||||
placeholder="请输入公众号 APPID"
|
placeholder="请输入微信 APPID"
|
||||||
clearable
|
clearable
|
||||||
:style="{ width: '100%' }"
|
:style="{ width: '100%' }"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user