医学审核问题配置按钮位置调整

uat_us
wangxiaoshuang 2024-03-14 17:03:01 +08:00
parent 9fc1628cce
commit c08db443c9
1 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,7 @@
<!-- 审核问题 -->
<el-form-item
:label="$t('trials:MIMqcCfg:table:questionName')"
style="margin-top: 10px"
>
<el-input
v-model="searchData.QuestionName"
@ -21,6 +22,7 @@
<!-- 类型 -->
<el-form-item
:label="$t('trials:medicalFeedbackCfg:title:taskType')"
style="margin-top: 10px"
>
<el-select
v-model="searchData.ReadingCategory"
@ -51,6 +53,7 @@
<!-- </el-form-item>-->
<el-form-item
:label="$t('trials:qcCfg:table:isRequired')"
style="margin-top: 10px"
>
<el-select
v-model="searchData.IsRequired"
@ -64,7 +67,7 @@
/>
</el-select>
</el-form-item>
<el-form-item>
<el-form-item style="margin-top: 10px">
<el-button
type="primary"
icon="el-icon-search"
@ -127,7 +130,7 @@
</div>
<el-table
v-if="isShow"
v-adaptive="{bottomOffset:75}"
v-adaptive="{bottomOffset:45}"
:data="list"
stripe
height="100"