fix 79600
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
</div>
|
||||
<a-form-model-item class="item-model" prop="name">
|
||||
<a-input v-model="formInline.name"
|
||||
@change="event => formInline.name = event.target.value.trim()"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.postMeetingManageProcess.meetingName')" />
|
||||
|
||||
Reference in New Issue
Block a user