【功能优化】商城优惠券说明

pull/531/head
卢越 2024-08-27 11:48:54 +08:00
parent fac22f8da7
commit 4374bb6e57
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@
/> />
天有效 天有效
</el-form-item> </el-form-item>
<el-form-item label="优惠券描述" prop="description"> <el-form-item label="优惠券说明" prop="description">
<el-input <el-input
v-model="formData.description" v-model="formData.description"
:autosize="{ minRows: 2, maxRows: 2 }" :autosize="{ minRows: 2, maxRows: 2 }"
@ -180,7 +180,7 @@
:show-word-limit="true" :show-word-limit="true"
class="w-100!" class="w-100!"
maxlength="64" maxlength="64"
placeholder="请输入优惠券描述" placeholder="请输入优惠券说明,例如优惠券使用须知"
type="textarea" type="textarea"
/> />
</el-form-item> </el-form-item>