Commit e3a1ec34 authored by 全洪江's avatar 全洪江

客户界面输入框修改

parent 646ea8d7
......@@ -56,7 +56,8 @@
</el-col>
<el-col :span="12">
<el-form-item label="送货单打印默认设置" prop="billPrintSetting" :label-width="labelWidth">
<el-input v-model="form.billPrintSetting" placeholder="请输入送货单打印默认设置"/>
<el-input type="textarea" maxlength="100"
show-word-limit v-model="form.billPrintSetting" placeholder="请输入送货单打印默认设置"/>
</el-form-item>
</el-col>
<el-col :span="12">
......
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