File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
src/views/mall/promotion/coupon/template Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 10
10
<el-form-item label =" 优惠券名称" prop =" name" >
11
11
<el-input v-model =" formData.name" placeholder =" 请输入优惠券名称" />
12
12
</el-form-item >
13
+ <el-form-item label =" 优惠券描述" prop =" description" >
14
+ <el-input
15
+ v-model =" formData.description"
16
+ :autosize =" { minRows: 2, maxRows: 2 }"
17
+ :clearable =" true"
18
+ :show-word-limit =" true"
19
+ class =" w-1/1!"
20
+ maxlength =" 512"
21
+ placeholder =" 请输入优惠券描述"
22
+ type =" textarea"
23
+ />
24
+ </el-form-item >
13
25
<el-form-item label =" 优惠劵类型" prop =" productScope" >
14
26
<el-radio-group v-model =" formData.productScope" >
15
27
<el-radio
172
184
/>
173
185
天有效
174
186
</el-form-item >
175
- <el-form-item label =" 优惠券描述" prop =" description" >
176
- <el-input
177
- v-model =" formData.description"
178
- :autosize =" { minRows: 2, maxRows: 2 }"
179
- :clearable =" true"
180
- :show-word-limit =" true"
181
- class =" w-100!"
182
- maxlength =" 64"
183
- placeholder =" 请输入优惠券描述"
184
- type =" textarea"
185
- />
186
- </el-form-item >
187
187
</el-form >
188
188
<template #footer >
189
189
<el-button :disabled =" formLoading" type =" primary" @click =" submitForm" >确 定</el-button >
You can’t perform that action at this time.
0 commit comments