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
ebc4fdf7
authored
2024-03-11 15:19:33 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
bfef8d1d
5439e063
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/components/dialog/addQlr.vue
View file @
ebc4fdf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-12-26 15:00:22
* @LastEditTime: 202
4-03-11 15:18:56
-->
<
template
>
<dialogBox
...
...
@@ -24,6 +24,7 @@
v-if=
"activeName==1"
:model=
"ruleForm"
:rules=
"rules"
style=
"height:490px"
ref=
"ruleForm"
label-width=
"120px"
>
<el-form-item
label=
"身份证读卡器"
style=
"margin-top:-10px;margin-bottom:0"
>
...
...
@@ -261,7 +262,7 @@
</el-col>
</el-row>
</el-form>
<div
v-if=
"activeName==2"
class=
"padding10"
>
<div
v-if=
"activeName==2"
class=
"padding10"
style=
"height:550px"
>
<el-form
:model=
"queryFormQY"
label-width=
"80px"
>
<el-row>
<el-col
:span=
"8"
>
...
...
@@ -283,7 +284,7 @@
</el-col>
</el-row>
</el-form>
<el-table
:data=
"tableDataQy.data"
border
v-Loading=
"loading"
:height=
"
563
"
>
<el-table
:data=
"tableDataQy.data"
border
v-Loading=
"loading"
:height=
"
450
"
>
<el-table-column
label=
"序号"
type=
"index"
width=
"50"
align=
"center"
>
<template
slot-scope=
"scope"
>
{{
(
pageData
.
currentPage
-
1
)
*
pageData
.
pageSize
+
scope
.
$index
+
1
}}
...
...
@@ -301,7 +302,7 @@
@
current-change=
"handleQYCurrentChange"
></el-pagination>
</div>
<div
v-if=
"activeName==3"
class=
"padding10"
>
<div
v-if=
"activeName==3"
class=
"padding10"
style=
"height:550px"
>
<el-form
:model=
"queryFormYH"
label-width=
"80px"
>
<el-row>
<el-col
:span=
"8"
>
...
...
@@ -323,7 +324,7 @@
</el-col>
</el-row>
</el-form>
<el-table
:data=
"tableDataYh.data"
border
v-Loading=
"loading"
:height=
"
563
"
>
<el-table
:data=
"tableDataYh.data"
border
v-Loading=
"loading"
:height=
"
450
"
>
<el-table-column
label=
"序号"
type=
"index"
width=
"50"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
(
pageData
.
currentPage
-
1
)
*
pageData
.
pageSize
+
scope
.
$index
+
1
}}
...
...
Please
register
or
sign in
to post a comment