|
@@ -20,8 +20,8 @@
|
|
|
<el-checkbox v-model="checkBoxFlag.wcyRqFlag" label="无出院日期" size="small" />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-scrollbar max-height="600px">
|
|
|
- <div id="scdPrint" style="background:white;width: 900px;overflow-x:auto ">
|
|
|
+ <el-scrollbar :height="(getWindowSize.h/1.2-100)+'px'">
|
|
|
+ <div id="scdPrint" style="background:white;width: 900px;">
|
|
|
<Graphics v-if="graphicsFlag" :patientInfo="patientInfo" :queryParam="queryParam"></Graphics>
|
|
|
</div>
|
|
|
</el-scrollbar>
|
|
@@ -31,6 +31,7 @@
|
|
|
import Graphics from '@/components/medical-advice/temperature/graphics'
|
|
|
import { ref, onMounted,nextTick,watch } from 'vue'
|
|
|
import {getWeek} from "@/api/medical-advice/nursing-manage";
|
|
|
+import {getWindowSize} from "@/utils/window-size";
|
|
|
const props = defineProps({
|
|
|
patientInfo: {
|
|
|
type: Object,
|