File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
src/views/mall/promotion/coupon/template Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 172
172
/>
173
173
天有效
174
174
</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 >
175
187
</el-form >
176
188
<template #footer >
177
189
<el-button :disabled =" formLoading" type =" primary" @click =" submitForm" >确 定</el-button >
@@ -218,6 +230,7 @@ const formData = ref({
218
230
fixedStartTerm: undefined ,
219
231
fixedEndTerm: undefined ,
220
232
productScope: PromotionProductScopeEnum .ALL .scope ,
233
+ description: undefined ,
221
234
productScopeValues: [], // 商品范围:值为 品类编号列表 或 商品编号列表 ,用于提交
222
235
productCategoryIds: [], // 仅用于表单,不提交
223
236
productSpuIds: [] // 仅用于表单,不提交
You can’t perform that action at this time.
0 commit comments