Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
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
306eb8cb
Commit
306eb8cb
authored
Jan 10, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
60c084f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
137 additions
and
4 deletions
+137
-4
index.vue
src/views/jyfkgl/ywsjlr/index.vue
+137
-4
No files found.
src/views/jyfkgl/ywsjlr/index.vue
View file @
306eb8cb
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-01-10 1
1:01:45
* @LastEditTime: 2025-01-10 1
3:51:37
* @FilePath: /zghywpc-vue/src/views/jyfkgl/ywsjlr/index.vue
-->
<
template
>
...
...
@@ -14,7 +14,7 @@
<
template
#
toolbar=
"ctx"
>
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!--
<el-button
@
click=
"demo(ctx.basePage)"
size=
'mini'
type=
"primary"
>
示例按钮
</el-button>
-->
<KpiImportButton
@
success=
"()=>
{ctx.basePage.refresh()}" :url="'yhlywpc/uywxx/import'" />
<KpiImportButton
@
success=
"()=>
{ctx.basePage.refresh()}" :url="'yhlywpc/uywxx/import'" />
</
template
>
</BasePage>
...
...
@@ -203,7 +203,139 @@
span
:
6
,
type
:
'input'
,
value
:
''
}]
},
{
label
:
'异物信息'
,
prop
:
'ywxxInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'年度'
,
prop
:
'year'
,
span
:
6
,
type
:
'year'
,
value
:
''
},
{
label
:
'月份'
,
prop
:
'month'
,
span
:
6
,
type
:
'RelSelect'
,
typeConfig
:{
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
},
optionsData
:[{
id
:
1
,
name
:
"一月份"
},
{
id
:
2
,
name
:
"二月份"
},
{
id
:
3
,
name
:
"三月份"
},
{
id
:
4
,
name
:
"四月份"
},
{
id
:
5
,
name
:
"五月份"
},
{
id
:
6
,
name
:
"六月份"
},
{
id
:
7
,
name
:
"七月份"
},
{
id
:
8
,
name
:
"八月份"
},
{
id
:
9
,
name
:
"九月份"
},
{
id
:
10
,
name
:
"十月份"
},
{
id
:
11
,
name
:
"十一月份"
},
{
id
:
12
,
name
:
"十二月份"
}
],
}
}
],
[{
label
:
'日期'
,
startProp
:
"start"
,
endProp
:
"end"
,
span
:
12
,
type
:
'RelDaterangeV2'
,
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endValue
:
new
Date
().
getTime
(),
},
{
"label"
:
"分类"
,
"prop"
:
"fl"
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"yhlywpc/uywxx/init/fl"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"FME分级"
,
"prop"
:
"fmefj"
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"yhlywpc/uywxx/init/fme/fj"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
],
[
{
"label"
:
"责任专业"
,
"prop"
:
"zrzy"
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"yhlywpc/uywxx/init/zrzy"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
]
],
/* 默认启停用 */
...
...
@@ -221,7 +353,8 @@
// demo(ctx){}
},
components
:
{
Edit
,
KpiImportButton
Edit
,
KpiImportButton
}
}
...
...
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