Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zghywpc-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
李苏
zghywpc-vue
Commits
c0dcef8b
Commit
c0dcef8b
authored
Jun 19, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增查询条件
parent
46edf287
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
17 deletions
+33
-17
index.vue
src/views/ywxxgl/glqgjwp/index.vue
+33
-17
No files found.
src/views/ywxxgl/glqgjwp/index.vue
View file @
c0dcef8b
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-06-19 17:4
0:04
* @LastEditTime: 2025-06-19 17:4
3:09
* @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/index.vue
-->
<
template
>
...
...
@@ -13,7 +13,7 @@
</
template
>
<
template
#
toolbar=
"ctx"
>
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<ImportButton
@
success=
"()=>
{ctx.basePage.refresh()}" :url="'ywxxgl/glqgjwp/import'" />
<ImportButton
@
success=
"()=>
{ctx.basePage.refresh()}" :url="'ywxxgl/glqgjwp/import'" />
</
template
>
</BasePage>
...
...
@@ -124,22 +124,38 @@
}
],
queryParams
:
[
// [{
// label: '编码',
// prop: 'code',
// span: 6,
// type: 'input',
// value: ''
// },
// {
// label: '名称',
// prop: 'name',
// span: 6,
// type: 'input',
// value: ''
// }
[{
label
:
'工具信息'
,
prop
:
'gjInfo'
,
span
:
8
,
type
:
'input'
,
value
:
''
},
{
label
:
'隔离区'
,
prop
:
'jrdglq'
,
span
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"ywxxgl/glqgjwp/init/jrglq"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
label
:
'日期'
,
startProp
:
"start"
,
endProp
:
"end"
,
span
:
8
,
type
:
'RelDaterangeV2'
,
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endValue
:
new
Date
().
getTime
(),
},
//
]
]
],
/* 默认启停用 */
...
...
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