xiaochan 2 rokov pred
rodič
commit
3289f86d30

+ 2 - 8
src/views/hospitalization/zhu-yuan-yi-sheng/electronic-medical-record/emr-editor/EmrMain.vue

@@ -333,14 +333,8 @@
 
           <div :style="{width: showIframe === 3 ? '50%' : '100%'}"
                v-show="showIframe === 2 || showIframe === 3  ">
-            <div style="position:relative;">
-              <div style="position:absolute;top: 0;left: 0">
-                此病历为只读
-              </div>
-              <iframe :height="iframeHeight()"
-                      :src="saveDocumentId"/>
-            </div>
-
+            <iframe :height="iframeHeight()"
+                    :src="saveDocumentId"/>
           </div>
 
           <div v-show="showIframe === 4"

+ 7 - 4
src/views/hospitalization/zhu-yuan-yi-sheng/jian-cha-jian-yan-shen-qing/JianChaShenQing.vue

@@ -36,14 +36,17 @@
                                        :returnData="dianJiaJianChaXiangQing"/>
           </el-tab-pane>
         </el-tabs>
-
         <div>
           <el-tabs v-model="mainTabs">
             <el-tab-pane :name="0" label="检查申请单">
-              <print-check-table ref="daYingJianChaRef" show-print/>
+              <div style="width: max-content;  overflow: auto" :style="{height: yzSize.h / 1.1 + 'px'}">
+                <print-check-table ref="daYingJianChaRef" show-print/>
+              </div>
             </el-tab-pane>
             <el-tab-pane :name="1" label="检查结果">
-              <jian-cha-jie-guo ref="jianChaJieGuoRef" :pat-info="huanZheXinXi"/>
+              <div style="width: max-content;  overflow: auto" :style="{height: yzSize.h / 1.1 + 'px'}">
+                <jian-cha-jie-guo ref="jianChaJieGuoRef" :pat-info="huanZheXinXi"/>
+              </div>
             </el-tab-pane>
             <el-tab-pane :name="3" label="编辑数据">
               <div :style="{width: getWindowSize.w - (170 + 440)  + 'px'}">
@@ -66,7 +69,7 @@ import {
   addJcCheck,
   addCheckList, cuoWuXinXi,
   huanZheXinXi,
-  youWuXuanZheHuanZhe, yzHeaderSize
+  youWuXuanZheHuanZhe, yzHeaderSize, yzSize
 } from '@/views/hospitalization/zhu-yuan-yi-sheng/public-js/zhu-yuan-yi-sheng'
 import {computed, ref, watch} from 'vue'
 import {