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
Show 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 @@
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @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
* @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/index.vue
-->
-->
<
template
>
<
template
>
...
@@ -124,22 +124,38 @@
...
@@ -124,22 +124,38 @@
}
}
],
],
queryParams
:
[
queryParams
:
[
// [{
[{
// label: '编码',
label
:
'工具信息'
,
// prop: 'code',
prop
:
'gjInfo'
,
// span: 6,
span
:
8
,
// type: 'input',
type
:
'input'
,
// value: ''
value
:
''
// },
},
// {
{
// label: '名称',
label
:
'隔离区'
,
// prop: 'name',
prop
:
'jrdglq'
,
// span: 6,
span
:
8
,
// type: 'input',
"type"
:
"RelSelect"
,
// value: ''
"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