检查部位修改为文本域
continuous-integration/drone/push Build is passing Details

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

View File

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