【fix】- bug80832

This commit is contained in:
fengchenchen
2024-01-16 14:46:22 +08:00
parent 24f76b3bf8
commit 268872aee6
@@ -135,7 +135,7 @@
<!-- @change="changeConvoke"-->
<!-- v-decorator="['convokeLocale',validatorRules.convokeLocale]"-->
<!-- ></j-area-linkage>-->
<a-input placeholder="请输入召开地点/腾讯会议" v-decorator="['venue',validatorRules.venue]"></a-input>
<a-input placeholder="请输入召开地点/腾讯会议" :maxLength='50' v-decorator="['venue',validatorRules.venue]"></a-input>
</a-form-item>
</a-col>
<a-col :xxl='8' :xl="12" :sm="24">
@@ -484,7 +484,7 @@
placeholder="请输入备注"
:auto-size="{ minRows: 3, maxRows: 6 }"
v-decorator="['remark']"
:maxLength='1000'
:maxLength='1100'
@change="e => {e.target.value = (e.target.value + '').trim()}"/>
</a-form-item>
</a-col>