【fix】- bug80832

This commit is contained in:
fengchenchen
2024-01-16 14:47:47 +08:00
parent 268872aee6
commit c0b0ecbfd3
@@ -484,7 +484,7 @@
placeholder="请输入备注" placeholder="请输入备注"
:auto-size="{ minRows: 3, maxRows: 6 }" :auto-size="{ minRows: 3, maxRows: 6 }"
v-decorator="['remark']" v-decorator="['remark']"
:maxLength='1100' :maxLength='1000'
@change="e => {e.target.value = (e.target.value + '').trim()}"/> @change="e => {e.target.value = (e.target.value + '').trim()}"/>
</a-form-item> </a-form-item>
</a-col> </a-col>