Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dxgaqgl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
dxgaqgl-vue
Commits
60bfa587
Commit
60bfa587
authored
Nov 28, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页带参跳转
parent
9f47fa96
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
453 additions
and
282 deletions
+453
-282
index.vue
src/views/daily/aqglry/index.vue
+254
-142
index.vue
src/views/daily/holdCertificate/index.vue
+20
-1
index.vue
src/views/daily/tzzyry/index.vue
+20
-1
index.vue
src/views/threeViolations/homePage/index.vue
+159
-138
No files found.
src/views/daily/aqglry/index.vue
View file @
60bfa587
This diff is collapsed.
Click to expand it.
src/views/daily/holdCertificate/index.vue
View file @
60bfa587
...
...
@@ -38,6 +38,23 @@
</div>
</el-col>
</el-row>
<el-row
:gutter=
"30"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
超期情况:
</span>
<RelSelect
:optionsData=
"[
{
id:'Y',name:'有效期内'
},
{
id:'D',name:'即将到期'
},
{
id:'C',name:'超期'
},
]" clearable :match="{value:'id',label:'name'}" v-model='queryParams.homeCzyjType'>
</RelSelect>
</div>
</el-col>
</el-row>
</div>
<!-- 按钮操作-->
<el-row
class=
"tool-bar"
>
...
...
@@ -85,6 +102,7 @@
/* 初始额外赋值*/
async
mounted
()
{
this
.
queryParams
.
homeCzyjType
=
this
.
$route
.
query
.
homeCzyjType
||
''
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
data
()
{
...
...
@@ -103,7 +121,8 @@
code
:
''
,
user
:
''
,
syfw
:
''
,
zt
:
''
zt
:
''
,
homeCzyjType
:
''
},
/* 表格标题对应参数*/
...
...
src/views/daily/tzzyry/index.vue
View file @
60bfa587
...
...
@@ -35,6 +35,23 @@
<RelSelect
src=
'aqgl/rcgl/utzzyry/init/syfw'
clearable
:match=
"
{value:'id',label:'name'}" v-model='queryParams.syfw' >
</RelSelect>
</div>
</el-col>
</el-row>
<el-row
:gutter=
"30"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
超期情况:
</span>
<RelSelect
:optionsData=
"[
{
id:'Y',name:'有效期内'
},
{
id:'D',name:'即将到期'
},
{
id:'C',name:'超期'
},
]" clearable :match="{value:'id',label:'name'}" v-model='queryParams.homeCzyjType'>
</RelSelect>
</div>
</el-col>
</el-row>
</div>
<!-- 按钮操作-->
...
...
@@ -83,6 +100,7 @@ import {
/* 初始额外赋值*/
async
mounted
()
{
this
.
queryParams
.
homeCzyjType
=
this
.
$route
.
query
.
homeCzyjType
||
''
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
data
()
{
...
...
@@ -101,7 +119,8 @@ import {
code
:
''
,
user
:
''
,
syfw
:
''
,
zt
:
''
zt
:
''
,
homeCzyjType
:
''
},
/* 表格标题对应参数*/
...
...
src/views/threeViolations/homePage/index.vue
View file @
60bfa587
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment