7847e958 by renchao@pashanhoo.com

style:证书证明

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