|
@@ -17,7 +17,7 @@
|
|
|
<div class="innerContainer leftPane" v-drag>
|
|
|
<h2 class="Pangetitle darg-div el-col">
|
|
|
<span class="pange_text">全域土地综合整治专题 </span>
|
|
|
- <i class="document el-icon-document" @click="drawer = !drawer"></i>
|
|
|
+ <i class="document el-icon-document" @click="download"></i>
|
|
|
<div class="region">
|
|
|
<!-- clearable -->
|
|
|
<el-cascader
|
|
@@ -112,13 +112,15 @@
|
|
|
<!-- <iframe
|
|
|
v-if="drawer"
|
|
|
type="module"
|
|
|
- :srcdoc="require('@/../static/data/aa.html')"
|
|
|
+ :srcdoc="htmlContent"
|
|
|
style="width: 100%; height: 100%; position: absolute"
|
|
|
></iframe> -->
|
|
|
+ <!-- <div v-if="drawer" v-html="htmlContent"></div> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+// import htmlContent from "@/../static/data/aa.html";
|
|
|
import Organize from "./components/organize.vue";
|
|
|
import Sdgk from "./components/sdgk.vue";
|
|
|
import Qhdb from "./components/qhdb.vue";
|
|
@@ -146,6 +148,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ // htmlContent: htmlContent,
|
|
|
loading: false,
|
|
|
drawer: false,
|
|
|
xzqh: "",
|
|
@@ -188,6 +191,15 @@ export default {
|
|
|
changeData(name, updata) {
|
|
|
this[name] = updata;
|
|
|
},
|
|
|
+ download() {
|
|
|
+ // window.open(this.$props.scjgObj.fxbg); //this.$props.scjgObj.task.fxbg
|
|
|
+ window.open(
|
|
|
+ window.axiosURI +
|
|
|
+ "/analyse/fzss/ShowReport?filePath=" +
|
|
|
+ `${'/整治预判分析报告/7070c38c361a4a6586f285bc93367cd0/整治预判分析报告_20241127101823.docx'}`,
|
|
|
+ "_blank"
|
|
|
+ );
|
|
|
+ },
|
|
|
goContrast(dbdata) {
|
|
|
this.$refs.sdgk.sourcesshow(false);
|
|
|
this.iscontrast = true;
|