|
@@ -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 {
|