7847e958 by renchao@pashanhoo.com

style:证书证明

1 parent f3a2d6c7
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-17 14:28:40 4 * @LastEditTime: 2024-01-18 10:41:05
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="text-align: center;"> 7 <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="text-align: center;">
...@@ -14,19 +14,19 @@ ...@@ -14,19 +14,19 @@
14 </el-tabs> 14 </el-tabs>
15 </div> 15 </div>
16 <el-empty description="暂无数据" v-if="headTabBdcqz.length == 0 && noData"></el-empty> 16 <el-empty description="暂无数据" v-if="headTabBdcqz.length == 0 && noData"></el-empty>
17 <div style="height:85vh"> 17 <div style="max-height:85vh;">
18 <div v-show="this.bdcqz.bdcqzlx==1"> 18 <div v-show="this.bdcqz.bdcqzlx==1">
19 <el-tabs v-model="activeTitle"> 19 <el-tabs v-model="activeTitle">
20 <el-tab-pane label="第一页" name="title1"></el-tab-pane> 20 <el-tab-pane label="第一页" name="title1"></el-tab-pane>
21 <el-tab-pane label="第二页" name="title2"></el-tab-pane> 21 <el-tab-pane label="第二页" name="title2"></el-tab-pane>
22 </el-tabs> 22 </el-tabs>
23 <div :style="{'width':'1185px','overflow-y': 'auto','height': '670px',}"> 23 <div style="width:1169px;overflow-x: hidden;height: 833px;margin-top:2px">
24 <canvas ref="zs1" width="1000" v-show="activeTitle=='title1'" height="700"></canvas> 24 <canvas ref="zs1" width="1024" v-show="activeTitle=='title1'" height="739"></canvas>
25 <canvas ref="zs" width="1000" v-show="activeTitle=='title2'" height="700"></canvas> 25 <canvas ref="zs" width="1024" v-show="activeTitle=='title2'" height="739"></canvas>
26 </div> 26 </div>
27 </div> 27 </div>
28 <div style="width:1185px;overflow-x: hidden;height: 700px;overflow-y:auto" v-show="this.bdcqz.bdcqzlx==2"> 28 <div style="width:1169px;overflow-x: hidden;height: 833px;margin-top:2px" v-show="this.bdcqz.bdcqzlx==2">
29 <canvas ref="zm" width="1180" height="780"></canvas> 29 <canvas ref="zm" width="1169" height="828"></canvas>
30 </div> 30 </div>
31 </div> 31 </div>
32 </div> 32 </div>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-18 10:11:53 4 * @LastEditTime: 2024-01-18 10:24:07
5 --> 5 -->
6 <template> 6 <template>
7 <div class="container"> 7 <div class="container">
...@@ -102,6 +102,9 @@ ...@@ -102,6 +102,9 @@
102 clxxTab: {} 102 clxxTab: {}
103 }; 103 };
104 }, 104 },
105 created () {
106 console.log(this.$route.query.type);
107 },
105 methods: { 108 methods: {
106 /** 109 /**
107 * @description: getCurrentSelectProps 110 * @description: getCurrentSelectProps
......