【功能优化】商城优惠券说明
parent
fac22f8da7
commit
4374bb6e57
|
|
@ -172,7 +172,7 @@
|
|||
/>
|
||||
天有效
|
||||
</el-form-item>
|
||||
<el-form-item label="优惠券描述" prop="description">
|
||||
<el-form-item label="优惠券说明" prop="description">
|
||||
<el-input
|
||||
v-model="formData.description"
|
||||
:autosize="{ minRows: 2, maxRows: 2 }"
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
:show-word-limit="true"
|
||||
class="w-100!"
|
||||
maxlength="64"
|
||||
placeholder="请输入优惠券描述"
|
||||
placeholder="请输入优惠券说明,例如优惠券使用须知"
|
||||
type="textarea"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue