检查部位输入限制提升至500
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-07-29 17:17:22 +08:00
parent e1b6bec85b
commit 22193bb291
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@
<el-input <el-input
v-model="addBodyPartForm.bodyPartStr" v-model="addBodyPartForm.bodyPartStr"
clearable clearable
:maxlength="50" :maxlength="500"
@focus="errMessage = null" @focus="errMessage = null"
></el-input> ></el-input>
<span class="errTip" v-if="errMessage">{{ errMessage }}</span> <span class="errTip" v-if="errMessage">{{ errMessage }}</span>