检查部位单表单回车提交问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8a5eaff5f6
commit
6d37838654
|
@ -683,7 +683,6 @@
|
||||||
class="demo-form-inline"
|
class="demo-form-inline"
|
||||||
:rules="addBodyPartrules"
|
:rules="addBodyPartrules"
|
||||||
>
|
>
|
||||||
<!--受试者编号-->
|
|
||||||
<el-form-item
|
<el-form-item
|
||||||
:label="$t('trials:setting:form:bodyPart')"
|
:label="$t('trials:setting:form:bodyPart')"
|
||||||
prop="bodyPartStr"
|
prop="bodyPartStr"
|
||||||
|
@ -697,6 +696,14 @@
|
||||||
></el-input>
|
></el-input>
|
||||||
<span class="errTip" v-if="errMessage">{{ errMessage }}</span>
|
<span class="errTip" v-if="errMessage">{{ errMessage }}</span>
|
||||||
</el-form-item>
|
</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>
|
</el-form>
|
||||||
</template>
|
</template>
|
||||||
<template slot="dialog-footer">
|
<template slot="dialog-footer">
|
||||||
|
|
Loading…
Reference in New Issue