pengjun 2 months ago
parent
commit
c336d7d4e5
  1. 4
      src/components/doctorCheck/CheckItemList.vue
  2. 2
      src/views/doctorCheck/doctorCheck.vue

4
src/components/doctorCheck/CheckItemList.vue

@ -57,7 +57,7 @@
</div>
<!--模拟弹窗-->
<div v-show="hisResultDetailDialogVisible"
:style="`z-index:2;border-radius: 10px;border: 1px solid #ddd;background-color:#FFF; position: absolute;top:0px;right:${LocalConfig.doctorCheck.hisItemRight}px;width:200px;height: 600px;opacity:1;`">
:style="`z-index:2000;border-radius: 10px;border: 1px solid #ddd;background-color:#FFF; position: absolute;top:0px;right:${LocalConfig.doctorCheck.hisItemRight}px;width:200px;height: 450px;opacity:1;`">
<div style="display: flex;justify-content:space-between;">
<div style="margin-left: 5px;">历次明细结果</div>
<div>
@ -69,7 +69,7 @@
</div>
<!-- 明细历次结果 -->
<el-table :data="gridData" border width="100%" height="575" size="small" highlight-current-row
<el-table :data="gridData" border width="100%" height="425" size="small" highlight-current-row
style="border-radius:10px;">
<el-table-column prop="checkDate" label="检查日期" min-width="90" align="center" />
<el-table-column prop="itemResult" label="项目结果" min-width="100">

2
src/views/doctorCheck/doctorCheck.vue

@ -34,7 +34,7 @@
<el-tabs v-model="activeMain" :style="'width:' + (window.pageWidth - 200 - 110 - 15) + 'px;'">
<el-tab-pane label="检查情况" name="text">
<div :style="'margin-left: 2px;'">
<div :style="'margin-left: 2px;z-index:2000;'">
<CheckItemList :isCheckPicture="isCheckPicture" :doctor_check_check_charge="doctor_check_check_charge"
:refParams="refParamsQuery" />
</div>

Loading…
Cancel
Save