|
@@ -19,7 +19,28 @@
|
|
|
@fileOption="fileOption"
|
|
|
@saveFile="saveFile"
|
|
|
/>
|
|
|
- <div
|
|
|
+ <div style="position: fixed; bottom: 5%; right: 2%">
|
|
|
+ <el-button
|
|
|
+ style="width: 140px; margin: 10px"
|
|
|
+ @click="downloadWordDig = true"
|
|
|
+ type="primary"
|
|
|
+ >下载Word</el-button
|
|
|
+ >
|
|
|
+ <el-button
|
|
|
+ style="width: 140px; margin: 1cqh"
|
|
|
+ @click="downloadDig = true"
|
|
|
+ type="primary"
|
|
|
+ >下载PDF</el-button
|
|
|
+ >
|
|
|
+ <el-button
|
|
|
+ style="width: 120px; margin: 10px"
|
|
|
+ @click="test"
|
|
|
+ type="primary"
|
|
|
+ v-if="isupload == 0"
|
|
|
+ >立即修改</el-button
|
|
|
+ >
|
|
|
+ </div>
|
|
|
+ <!-- <div
|
|
|
style="
|
|
|
width: 500px;
|
|
|
margin: 20px auto;
|
|
@@ -46,7 +67,7 @@
|
|
|
v-if="isupload == 0"
|
|
|
>立即修改</el-button
|
|
|
>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<!-- 立即修改开始 -->
|
|
|
<el-dialog
|
|
|
title="立即修改"
|
|
@@ -68,7 +89,7 @@
|
|
|
|
|
|
<!-- 下载文档开始 -->
|
|
|
<el-dialog
|
|
|
- title="下载文档(PDF)"
|
|
|
+ title="下载PDF"
|
|
|
:visible.sync="downloadDig"
|
|
|
width="600px"
|
|
|
class="pageSubmitData"
|
|
@@ -85,7 +106,7 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<el-dialog
|
|
|
- title="下载文档(Word)"
|
|
|
+ title="下载Word"
|
|
|
:visible.sync="downloadWordDig"
|
|
|
width="600px"
|
|
|
class="pageSubmitData"
|