Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7847e958
authored
2024-01-18 10:45:00 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书证明
1 parent
f3a2d6c7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
src/views/workflow/components/dialog/zsyl.vue
src/views/workflow/workFrameView.vue
src/views/workflow/components/dialog/zsyl.vue
View file @
7847e95
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-1
7 14:28:40
* @LastEditTime: 2024-01-1
8 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=
"10
00"
v-show=
"activeTitle=='title1'"
height=
"700
"
></canvas>
<canvas
ref=
"zs"
width=
"10
00"
v-show=
"activeTitle=='title2'"
height=
"700
"
></canvas>
<div
style=
"width:1169px;overflow-x: hidden;height: 833px;margin-top:2px
"
>
<canvas
ref=
"zs1"
width=
"10
24"
v-show=
"activeTitle=='title1'"
height=
"739
"
></canvas>
<canvas
ref=
"zs"
width=
"10
24"
v-show=
"activeTitle=='title2'"
height=
"739
"
></canvas>
</div>
</div>
<div
style=
"width:11
85px;overflow-x: hidden;height: 700px;overflow-y:auto
"
v-show=
"this.bdcqz.bdcqzlx==2"
>
<canvas
ref=
"zm"
width=
"11
80"
height=
"780
"
></canvas>
<div
style=
"width:11
69px;overflow-x: hidden;height: 833px;margin-top:2px
"
v-show=
"this.bdcqz.bdcqzlx==2"
>
<canvas
ref=
"zm"
width=
"11
69"
height=
"828
"
></canvas>
</div>
</div>
</div>
...
...
src/views/workflow/workFrameView.vue
View file @
7847e95
<!--
* @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
...
...
Please
register
or
sign in
to post a comment