Commit f230a857 by caoyanzhi

update: 修复新建卡券-使用说明输入框不能换行的bug

parent 00a39bce
......@@ -386,7 +386,7 @@
</el-form-item>
<el-form-item prop="useDescript" label="使用说明">
<dm-input class="w400" type="textarea" :rows="4" v-model.trim="form.useDescript" :maxlength="500" :disabled="isInfo"></dm-input>
<dm-input class="w400" type="textarea" :rows="4" v-model="form.useDescript" :maxlength="500" :disabled="isInfo"></dm-input>
</el-form-item>
<el-form-item prop="verificationType" label="核销方式" v-show="form.cardType === 2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment