fix(接口定义): 自定义字段输入框增加限制 (#18021)

--bug=1016921 --user=王孝刚 【接口测试】接口定义,自定义字段-输入框,填写超长字符,保存报错 https://www.tapd.cn/55049933/s/1245756

Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
MeterSphere Bot 2022-09-20 10:03:01 +08:00 committed by GitHub
parent 9368301f14
commit c27efe725a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
<el-input class="custom-with"
@input="handleChange"
:disabled="disabled"
v-else v-model="data[prop]"/>
v-else v-model="data[prop]" maxlength="500" show-word-limit/>
</span>