【fix】- bug80832
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
<!-- @change="changeConvoke"-->
|
<!-- @change="changeConvoke"-->
|
||||||
<!-- v-decorator="['convokeLocale',validatorRules.convokeLocale]"-->
|
<!-- v-decorator="['convokeLocale',validatorRules.convokeLocale]"-->
|
||||||
<!-- ></j-area-linkage>-->
|
<!-- ></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-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :xxl='8' :xl="12" :sm="24">
|
<a-col :xxl='8' :xl="12" :sm="24">
|
||||||
@@ -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='1000'
|
:maxLength='1100'
|
||||||
@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>
|
||||||
|
|||||||
Reference in New Issue
Block a user