【优化】-开票 备注 字段修改成1000 个字符

This commit is contained in:
fengchenchen
2022-06-14 10:45:24 +08:00
parent 2aa659a3af
commit 00974692c9
@@ -36,7 +36,7 @@
placeholder="请输入备注"
v-decorator="['remark']"
:auto-size="{ minRows: 3, maxRows: 6 }"
:maxLength='200'
:maxLength='1000'
@change="e => {e.target.value = (e.target.value + '').trim()}"/>
</a-form-item>
</a-form>