update 会议的备注改为1000字符

This commit is contained in:
lijiarao
2023-01-31 15:53:06 +08:00
parent 16cd0a8efa
commit 1809ae394b
@@ -413,7 +413,7 @@
placeholder="请输入备注"
:auto-size="{ minRows: 3, maxRows: 6 }"
v-decorator="['remark']"
:maxLength='200'
:maxLength='1000'
@change="e => {e.target.value = (e.target.value + '').trim()}"/>
</a-form-item>
</a-col>