|
@@ -5,11 +5,11 @@
|
|
append-to-body
|
|
append-to-body
|
|
title="查看pdf文件"
|
|
title="查看pdf文件"
|
|
:visible="drawerVisible"
|
|
:visible="drawerVisible"
|
|
- :with-header="false"
|
|
|
|
|
|
+
|
|
:before-close="handleClose">
|
|
:before-close="handleClose">
|
|
<div style="height: 100%;">
|
|
<div style="height: 100%;">
|
|
<!-- 保存按钮 -->
|
|
<!-- 保存按钮 -->
|
|
- <div style="position: absolute; top: 20px; right: 20px; z-index: 100;">
|
|
|
|
|
|
+ <div style="position: absolute; top: 20px; right: 60px; z-index: 100;">
|
|
<el-button
|
|
<el-button
|
|
v-if="isSave"
|
|
v-if="isSave"
|
|
:loading="saveExcelJsonLoadPdf"
|
|
:loading="saveExcelJsonLoadPdf"
|