File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
views/pay/app/components/channel Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -503,9 +503,13 @@ const submit = () => {
503
503
emit (' update:modelValue' , defaultValue .value )
504
504
dialogVisible .value = false
505
505
}
506
+
507
+ const inputChange = () => {
508
+ emit (' update:modelValue' , defaultValue .value )
509
+ }
506
510
</script >
507
511
<template >
508
- <el-input v-model =" defaultValue" class =" input-with-select" v-bind =" $attrs" >
512
+ <el-input v-model =" defaultValue" class =" input-with-select" v-bind =" $attrs" @input = " inputChange " >
509
513
<template #append >
510
514
<el-select v-model =" select" placeholder =" 生成器" style =" width : 115px " >
511
515
<el-option label =" 每分钟" value =" 0 * * * * ?" />
Original file line number Diff line number Diff line change @@ -248,15 +248,15 @@ export const CouponTemplateTakeTypeEnum = {
248
248
*/
249
249
export const PromotionProductScopeEnum = {
250
250
ALL : {
251
- scope : 10 ,
251
+ scope : 1 ,
252
252
name : '通用劵'
253
253
} ,
254
254
SPU : {
255
- scope : 20 ,
255
+ scope : 2 ,
256
256
name : '商品劵'
257
257
} ,
258
258
CATEGORY : {
259
- scope : 30 ,
259
+ scope : 3 ,
260
260
name : '品类劵'
261
261
}
262
262
}
Original file line number Diff line number Diff line change 18
18
<template #append >%</template >
19
19
</el-input >
20
20
</el-form-item >
21
- <el-form-item label-width =" 180px" label =" 公众号 APPID" prop =" config.appId" >
21
+ <el-form-item label-width =" 180px" label =" 微信 APPID" prop =" config.appId" >
22
22
<el-input
23
23
v-model =" formData.config.appId"
24
- placeholder =" 请输入公众号 APPID"
24
+ placeholder =" 请输入微信 APPID"
25
25
clearable
26
26
:style =" { width: '100%' }"
27
27
/>
You can’t perform that action at this time.
0 commit comments