【修改】标准名称长度限制修改
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
<a-form-item label="标准名称" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
:maxLength="11"
|
||||
:maxLength="50"
|
||||
v-decorator="['questionList['+index+'].standardName',validateInviteCode.standardName]"
|
||||
placeholder="请输入标准名称"></a-input>
|
||||
</a-form-item>
|
||||
|
||||
Reference in New Issue
Block a user