|
@@ -300,17 +300,17 @@
|
|
|
<pdf
|
|
|
v-if="pptImgUrl2.infoData.showType == 1"
|
|
|
:pdfUrl="pptImgUrl2.infoData.url"
|
|
|
- style="width: 100%; height: 400px; overflow: auto"
|
|
|
+ style="width: 100%; height: 800px; overflow: auto"
|
|
|
:class="{ fullStyle: full }"
|
|
|
></pdf>
|
|
|
- <iframe
|
|
|
+ <vword
|
|
|
v-else-if="pptImgUrl2.infoData.showType == 2"
|
|
|
- :src="pptImgUrl2.infoData.url"
|
|
|
+ :pdfUrl="pptImgUrl2.infoData.url"
|
|
|
frameborder="0"
|
|
|
width="100%"
|
|
|
- height="400"
|
|
|
+ height="800"
|
|
|
:class="{ fullStyle: full }"
|
|
|
- ></iframe>
|
|
|
+ ></vword>
|
|
|
<div
|
|
|
class="workd_media"
|
|
|
style="height: 400px"
|
|
@@ -326,7 +326,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="leftImg"
|
|
|
- style="height: 400px"
|
|
|
+ style="height: 800px"
|
|
|
v-else-if="pptImgUrl2.infoData.showType == 4"
|
|
|
>
|
|
|
<img :src="pptImgUrl2.infoData.url" alt="" />
|
|
@@ -335,6 +335,7 @@
|
|
|
<div class="fileBox">
|
|
|
<div
|
|
|
class="fileList"
|
|
|
+ :class="{ isVfileList:pptImgUrl2.infoData.showType == 3 }"
|
|
|
v-if="
|
|
|
anliBox &&
|
|
|
anliBox[0].info &&
|
|
@@ -519,17 +520,17 @@
|
|
|
<pdf
|
|
|
v-if="pptImgUrl2.overData.driData.showType == 1"
|
|
|
:pdfUrl="pptImgUrl2.overData.driData.url"
|
|
|
- style="width: 100%; height: 400px; overflow: auto"
|
|
|
+ style="width: 100%; height: 800px; overflow: auto"
|
|
|
:class="{ fullStyle: full }"
|
|
|
></pdf>
|
|
|
- <iframe
|
|
|
+ <vword
|
|
|
v-else-if="pptImgUrl2.overData.driData.showType == 2"
|
|
|
- :src="pptImgUrl2.overData.driData.url"
|
|
|
+ :pdfUrl="pptImgUrl2.overData.driData.url"
|
|
|
frameborder="0"
|
|
|
width="100%"
|
|
|
- height="400"
|
|
|
+ height="800"
|
|
|
:class="{ fullStyle: full }"
|
|
|
- ></iframe>
|
|
|
+ ></vword>
|
|
|
<div
|
|
|
class="workd_media"
|
|
|
style="height: 400px"
|
|
@@ -545,7 +546,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="leftImg"
|
|
|
- style="height: 400px"
|
|
|
+ style="height: 800px"
|
|
|
v-else-if="pptImgUrl2.overData.driData.showType == 4"
|
|
|
>
|
|
|
<img :src="pptImgUrl2.overData.driData.url" alt="" />
|
|
@@ -555,6 +556,7 @@
|
|
|
<div
|
|
|
class="fileList"
|
|
|
v-if="anliBox[0].overview.driQuestion.data.length"
|
|
|
+ :class="{ isVfileList:pptImgUrl2.overData.driData.showType == 3 }"
|
|
|
>
|
|
|
<div
|
|
|
class="file"
|
|
@@ -718,17 +720,17 @@
|
|
|
<pdf
|
|
|
v-if="pptImgUrl2.overData.tarData.showType == 1"
|
|
|
:pdfUrl="pptImgUrl2.overData.tarData.url"
|
|
|
- style="width: 100%; height: 400px; overflow: auto"
|
|
|
+ style="width: 100%; height: 800px; overflow: auto"
|
|
|
:class="{ fullStyle: full }"
|
|
|
></pdf>
|
|
|
- <iframe
|
|
|
+ <vword
|
|
|
v-else-if="pptImgUrl2.overData.tarData.showType == 2"
|
|
|
- :src="pptImgUrl2.overData.tarData.url"
|
|
|
+ :pdfUrl="pptImgUrl2.overData.tarData.url"
|
|
|
frameborder="0"
|
|
|
width="100%"
|
|
|
- height="400"
|
|
|
+ height="800"
|
|
|
:class="{ fullStyle: full }"
|
|
|
- ></iframe>
|
|
|
+ ></vword>
|
|
|
<div
|
|
|
class="workd_media"
|
|
|
style="height: 400px"
|
|
@@ -744,7 +746,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="leftImg"
|
|
|
- style="height: 400px"
|
|
|
+ style="height: 800px"
|
|
|
v-else-if="pptImgUrl2.overData.tarData.showType == 4"
|
|
|
>
|
|
|
<img :src="pptImgUrl2.overData.tarData.url" alt="" />
|
|
@@ -754,6 +756,7 @@
|
|
|
<div
|
|
|
class="fileList"
|
|
|
v-if="anliBox[0].overview.tarDesign.data.length"
|
|
|
+ :class="{ isVfileList:pptImgUrl2.overData.tarData.showType == 3 }"
|
|
|
>
|
|
|
<div
|
|
|
class="file"
|
|
@@ -916,17 +919,17 @@
|
|
|
<pdf
|
|
|
v-if="pptImgUrl2.overData.actData.showType == 1"
|
|
|
:pdfUrl="pptImgUrl2.overData.actData.url"
|
|
|
- style="width: 100%; height: 400px; overflow: auto"
|
|
|
+ style="width: 100%; height: 800px; overflow: auto"
|
|
|
:class="{ fullStyle: full }"
|
|
|
></pdf>
|
|
|
- <iframe
|
|
|
+ <vword
|
|
|
v-else-if="pptImgUrl2.overData.actData.showType == 2"
|
|
|
- :src="pptImgUrl2.overData.actData.url"
|
|
|
+ :pdfUrl="pptImgUrl2.overData.actData.url"
|
|
|
frameborder="0"
|
|
|
width="100%"
|
|
|
- height="400"
|
|
|
+ height="800"
|
|
|
:class="{ fullStyle: full }"
|
|
|
- ></iframe>
|
|
|
+ ></vword>
|
|
|
<div
|
|
|
class="workd_media"
|
|
|
style="height: 400px"
|
|
@@ -942,7 +945,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="leftImg"
|
|
|
- style="height: 400px"
|
|
|
+ style="height: 800px"
|
|
|
v-else-if="pptImgUrl2.overData.actData.showType == 4"
|
|
|
>
|
|
|
<img :src="pptImgUrl2.overData.actData.url" alt="" />
|
|
@@ -952,6 +955,7 @@
|
|
|
<div
|
|
|
class="fileList"
|
|
|
v-if="anliBox[0].overview.actiDesign.data.length"
|
|
|
+ :class="{ isVfileList:pptImgUrl2.overData.actData.showType == 3 }"
|
|
|
>
|
|
|
<div
|
|
|
class="file"
|
|
@@ -1490,19 +1494,19 @@
|
|
|
<pdf
|
|
|
v-if="pptImgUrl2.proData[jdIndex].showType == 1"
|
|
|
:pdfUrl="pptImgUrl2.proData[jdIndex].url"
|
|
|
- style="width: 100%; height: 400px; overflow: auto"
|
|
|
+ style="width: 100%; height: 800px; overflow: auto"
|
|
|
:class="{ fullStyle: full }"
|
|
|
></pdf>
|
|
|
- <iframe
|
|
|
+ <vword
|
|
|
v-else-if="
|
|
|
pptImgUrl2.proData[jdIndex].showType == 2
|
|
|
"
|
|
|
- :src="pptImgUrl2.proData[jdIndex].url"
|
|
|
+ :pdfUrl="pptImgUrl2.proData[jdIndex].url"
|
|
|
frameborder="0"
|
|
|
width="100%"
|
|
|
- height="400"
|
|
|
+ height="800"
|
|
|
:class="{ fullStyle: full }"
|
|
|
- ></iframe>
|
|
|
+ ></vword>
|
|
|
<div
|
|
|
class="workd_media"
|
|
|
style="height: 400px"
|
|
@@ -1520,7 +1524,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="leftImg"
|
|
|
- style="height: 400px"
|
|
|
+ style="height: 800px"
|
|
|
v-else-if="
|
|
|
pptImgUrl2.proData[jdIndex].showType == 4
|
|
|
"
|
|
@@ -1532,7 +1536,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="fileBox">
|
|
|
- <div class="fileList" v-if="jd.data.length">
|
|
|
+ <div class="fileList" v-if="jd.data.length" :class="{ isVfileList:pptImgUrl2.proData[jdIndex].showType == 3 }">
|
|
|
<div
|
|
|
class="file"
|
|
|
v-for="(f, fIndex) in jd.data"
|
|
@@ -1710,17 +1714,17 @@
|
|
|
<pdf
|
|
|
v-if="pptImgUrl2.excData.showType == 1"
|
|
|
:pdfUrl="pptImgUrl2.excData.url"
|
|
|
- style="width: 100%; height: 400px; overflow: auto"
|
|
|
+ style="width: 100%; height: 800px; overflow: auto"
|
|
|
:class="{ fullStyle: full }"
|
|
|
></pdf>
|
|
|
- <iframe
|
|
|
+ <vword
|
|
|
v-else-if="pptImgUrl2.excData.showType == 2"
|
|
|
- :src="pptImgUrl2.excData.url"
|
|
|
+ :pdfUrl="pptImgUrl2.excData.url"
|
|
|
frameborder="0"
|
|
|
width="100%"
|
|
|
- height="400"
|
|
|
+ height="800"
|
|
|
:class="{ fullStyle: full }"
|
|
|
- ></iframe>
|
|
|
+ ></vword>
|
|
|
<div
|
|
|
class="workd_media"
|
|
|
style="height: 400px"
|
|
@@ -1736,7 +1740,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="leftImg"
|
|
|
- style="height: 400px"
|
|
|
+ style="height: 800px"
|
|
|
v-else-if="pptImgUrl2.excData.showType == 4"
|
|
|
>
|
|
|
<img :src="pptImgUrl2.excData.url" alt="" />
|
|
@@ -1746,6 +1750,7 @@
|
|
|
<div
|
|
|
class="fileList"
|
|
|
v-if="anliBox[0].proexc.data.length"
|
|
|
+ :class="{ isVfileList:pptImgUrl2.excData.showType == 3 }"
|
|
|
>
|
|
|
<div
|
|
|
class="file"
|
|
@@ -1914,17 +1919,17 @@
|
|
|
<pdf
|
|
|
v-if="pptImgUrl2.effData.showType == 1"
|
|
|
:pdfUrl="pptImgUrl2.effData.url"
|
|
|
- style="width: 100%; height: 400px; overflow: auto"
|
|
|
+ style="width: 100%; height: 800px; overflow: auto"
|
|
|
:class="{ fullStyle: full }"
|
|
|
></pdf>
|
|
|
- <iframe
|
|
|
+ <vword
|
|
|
v-else-if="pptImgUrl2.effData.showType == 2"
|
|
|
- :src="pptImgUrl2.effData.url"
|
|
|
+ :pdfUrl="pptImgUrl2.effData.url"
|
|
|
frameborder="0"
|
|
|
width="100%"
|
|
|
- height="400"
|
|
|
+ height="800"
|
|
|
:class="{ fullStyle: full }"
|
|
|
- ></iframe>
|
|
|
+ ></vword>
|
|
|
<div
|
|
|
class="workd_media"
|
|
|
style="height: 400px"
|
|
@@ -1940,7 +1945,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="leftImg"
|
|
|
- style="height: 400px"
|
|
|
+ style="height: 800px"
|
|
|
v-else-if="pptImgUrl2.effData.showType == 4"
|
|
|
>
|
|
|
<img :src="pptImgUrl2.effData.url" alt="" />
|
|
@@ -1950,6 +1955,7 @@
|
|
|
<div
|
|
|
class="fileList"
|
|
|
v-if="anliBox[0].results.data.length"
|
|
|
+ :class="{ isVfileList:pptImgUrl2.effData.showType == 3 }"
|
|
|
>
|
|
|
<div
|
|
|
class="file"
|
|
@@ -2067,14 +2073,14 @@
|
|
|
style="width: 100%; height: 100%; overflow: auto"
|
|
|
:class="{ fullStyle: full }"
|
|
|
></pdf>
|
|
|
- <iframe
|
|
|
+ <vword
|
|
|
v-else
|
|
|
- :src="pptImgUrl"
|
|
|
+ :pdfUrl="pptImgUrl"
|
|
|
frameborder="0"
|
|
|
width="100%"
|
|
|
height="800"
|
|
|
:class="{ fullStyle: full }"
|
|
|
- ></iframe>
|
|
|
+ ></vword>
|
|
|
</el-dialog>
|
|
|
<el-dialog
|
|
|
title="查看视频"
|
|
@@ -2107,9 +2113,11 @@
|
|
|
|
|
|
<script>
|
|
|
import pdf from "../../components/vpdf";
|
|
|
+import vword from "../../components/vword";
|
|
|
export default {
|
|
|
components: {
|
|
|
pdf,
|
|
|
+ vword,
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -3524,10 +3532,13 @@ body {
|
|
|
background: #f6f9fe;
|
|
|
margin: 0 auto;
|
|
|
border-radius: 10px;
|
|
|
- height: 400px;
|
|
|
+ height: 800px;
|
|
|
overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
|
}
|
|
|
+.isVfileList{
|
|
|
+ height: 400px;
|
|
|
+}
|
|
|
.file {
|
|
|
padding: 10px;
|
|
|
}
|