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
8488e110
Commit
8488e110
authored
Jun 18, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
70a1534b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
37 deletions
+12
-37
edit.vue
src/views/ywxxgl/gshbmjby/edit.vue
+7
-27
index.vue
src/views/ywxxgl/gshbmjby/index.vue
+1
-6
edit.vue
src/views/ywxxgl/ywjdzb/edit.vue
+2
-2
index.vue
src/views/ywxxgl/ywjdzb/index.vue
+2
-2
No files found.
src/views/ywxxgl/gshbmjby/edit.vue
View file @
8488e110
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 202
4-12-05 16:57:50
* @LastEditTime: 202
5-06-18 11:27:13
* @FilePath: /zghywpc-vue/src/views/ywxxgl/gshbmjby/edit.vue
* @FilePath: /zghywpc-vue/src/views/ywxxgl/gshbmjby/edit.vue
-->
-->
<
template
>
<
template
>
...
@@ -134,37 +134,17 @@
...
@@ -134,37 +134,17 @@
},
},
{
{
label
:
'主要负责人'
,
label
:
'主要负责人'
,
prop
:
'zyfzrid'
,
prop
:
'zyfzrName'
,
span
:
12
,
span
:
24
,
type
:
'AuxInput'
,
type
:
'input'
,
typeConfig
:
{
code
:
'USER'
,
label
:
'zyfzrName'
,
transform
:
{
value
:
'id'
,
label
:
'username'
}
}
},
},
{
{
label
:
'其他人'
,
label
:
'其他人'
,
prop
:
'qtr
id
'
,
prop
:
'qtr
Name
'
,
span
:
24
,
span
:
24
,
type
:
'
RelMulSelec
t'
,
type
:
'
inpu
t'
,
value
:
''
,
value
:
''
,
typeConfig
:
{
valueType
:
'string'
,
src
:
"kzzx/user/query"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"showLabel"
},
customLabel
:
(
list
)
=>
{
list
.
forEach
(
item
=>
{
item
.
showLabel
=
`
${
item
.
username
}
(
${
item
.
userid
}
)`
})
}
},
required
:
false
,
required
:
false
,
},
},
{
{
...
...
src/views/ywxxgl/gshbmjby/index.vue
View file @
8488e110
...
@@ -132,12 +132,7 @@
...
@@ -132,12 +132,7 @@
},
},
methods
:
{
methods
:
{
/**
* @description:示例按钮
* @param {*} ctx操作basePage实例内容
* @return {*}
* @author: lisu
*/
// demo(ctx){}
// demo(ctx){}
},
},
components
:
{
components
:
{
...
...
src/views/ywxxgl/ywjdzb/edit.vue
View file @
8488e110
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 202
4-10-28 16:12:39
* @LastEditTime: 202
5-06-18 13:54:35
* @FilePath: /zghywpc-vue/src/views/ywxxgl/ywjdzb/edit.vue
* @FilePath: /zghywpc-vue/src/views/ywxxgl/ywjdzb/edit.vue
-->
-->
<
template
>
<
template
>
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
label
:
'发现时间'
,
label
:
'发现时间'
,
prop
:
'fxsj'
,
prop
:
'fxsj'
,
span
:
12
,
span
:
12
,
type
:
'date
time
'
,
type
:
'date'
,
},
},
{
{
label
:
'通知单号'
,
label
:
'通知单号'
,
...
...
src/views/ywxxgl/ywjdzb/index.vue
View file @
8488e110
...
@@ -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: 202
4-12-06 14:09:50
* @LastEditTime: 202
5-06-18 13:54:44
* @FilePath: /zghywpc-vue/src/views/ywxxgl/ywjdzb/index.vue
* @FilePath: /zghywpc-vue/src/views/ywxxgl/ywjdzb/index.vue
-->
-->
<
template
>
<
template
>
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
title
:
"发现时间"
,
title
:
"发现时间"
,
field
:
"fxsj"
,
field
:
"fxsj"
,
width
:
140
,
width
:
140
,
fieldType
:
"ftDate
Time
"
fieldType
:
"ftDate"
},
},
{
{
title
:
"事件概要"
,
title
:
"事件概要"
,
...
...
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