修改
This commit is contained in:
parent
a4070d0fa8
commit
04f7b9d561
@ -431,7 +431,7 @@
|
||||
/>
|
||||
</el-drawer>
|
||||
<!--打印弹窗(老)-->
|
||||
<el-dialog
|
||||
<!-- <el-dialog
|
||||
title=""
|
||||
v-if="false"
|
||||
v-model="isdiagshow"
|
||||
@ -442,9 +442,9 @@
|
||||
:destroy-on-close="true"
|
||||
@close="printclose"
|
||||
>
|
||||
<!--width: 1000px; height: 700px;-->
|
||||
<ECGprint :imagebase64="imagebase64" />
|
||||
</el-dialog>
|
||||
width: 1000px; height: 700px;-->
|
||||
<!-- <ECGprint :imagebase64="imagebase64" /> -->
|
||||
<!-- </el-dialog> -->
|
||||
<div style="position: fixed; top: 0; left: 0; z-index: -100">
|
||||
<div id="hiddenPdfDiv" v-if="false && isprintimage">
|
||||
<!--心电图-->
|
||||
@ -521,9 +521,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</el-dialog>
|
||||
<div style="position: fixed; top: 0; left: 0; z-index: -1100">
|
||||
<!-- -->
|
||||
<div style="position: fixed; top: 0; left: 0; z-index: -1100">
|
||||
|
||||
<ReportInfoECG
|
||||
v-if="isprintimage"
|
||||
v-if="isprintimage"
|
||||
@update:image="updateimagebase"
|
||||
style="height: 1080px; width: 1920px; page-break-after: always; visibility: hidden"
|
||||
:extraInfo="queryParams"
|
||||
|
Loading…
Reference in New Issue
Block a user