检查部位单表单回车提交问题
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-17 16:17:33 +08:00
parent 8a5eaff5f6
commit 6d37838654
1 changed files with 8 additions and 1 deletions

View File

@ -683,7 +683,6 @@
class="demo-form-inline"
:rules="addBodyPartrules"
>
<!--受试者编号-->
<el-form-item
:label="$t('trials:setting:form:bodyPart')"
prop="bodyPartStr"
@ -697,6 +696,14 @@
></el-input>
<span class="errTip" v-if="errMessage">{{ errMessage }}</span>
</el-form-item>
<el-form-item
:label="$t('trials:setting:form:bodyPart')"
style="display: none"
prop="bodyPartStr"
label-width="150px"
>
<el-input clearable :maxlength="50"></el-input>
</el-form-item>
</el-form>
</template>
<template slot="dialog-footer">