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
977b4d76
Commit
977b4d76
authored
Dec 24, 2025
by
yangzhengwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面
parent
f4bafb6e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
58 additions
and
4 deletions
+58
-4
index.vue
src/views/jyfkgl/ywsjlr/index.vue
+7
-0
edit.vue
src/views/ywxxgl/glqgjwp/edit.vue
+14
-0
index.vue
src/views/ywxxgl/glqgjwp/index.vue
+12
-2
edit.vue
src/views/ywxxgl/rx20/edit.vue
+13
-0
index.vue
src/views/ywxxgl/rx20/index.vue
+12
-2
No files found.
src/views/jyfkgl/ywsjlr/index.vue
View file @
977b4d76
...
...
@@ -420,6 +420,13 @@
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'事件描述'
,
prop
:
'sjms'
,
span
:
6
,
type
:
'input'
,
value
:
''
}
]
...
...
src/views/ywxxgl/glqgjwp/edit.vue
View file @
977b4d76
...
...
@@ -45,6 +45,20 @@
}
}
},
{
"label"
:
"机组编码"
,
"prop"
:
"jzbm"
,
"span"
:
12
,
type
:
'RelSelect'
,
typeConfig
:
{
"src"
:
"sbgl/ujzbm/query"
,
"match"
:
{
"value"
:
"code"
,
"label"
:
"name"
},
}
},
{
"label"
:
"工具名称"
,
"prop"
:
"gjname"
,
...
...
src/views/ywxxgl/glqgjwp/index.vue
View file @
977b4d76
...
...
@@ -31,6 +31,16 @@
"value"
:
"id"
}
},
{
title
:
"机组编码"
,
field
:
"jzbm"
,
width
:
140
,
transform
:
{
"url"
:
"sbgl/ujzbm/query"
,
"label"
:
"name"
,
"value"
:
"code"
}
},
{
title
:
"工具名称"
,
field
:
"gjname"
,
...
...
@@ -158,9 +168,9 @@
endValue
:
new
Date
().
getTime
(),
},
{
prop
:
'
gnwz
'
,
prop
:
'
jzbm
'
,
type
:
'hide'
,
value
:
localStorage
.
getItem
(
'gnwz'
)
value
:
(
localStorage
.
getItem
(
'gnwz'
)
||
''
).
charAt
(
0
)
}
]
...
...
src/views/ywxxgl/rx20/edit.vue
View file @
977b4d76
...
...
@@ -43,6 +43,19 @@ export default {
"span"
:
12
,
"type"
:
"input"
,
},
{
"label"
:
"机组编码"
,
"prop"
:
"jzbm"
,
"span"
:
12
,
type
:
'RelSelect'
,
typeConfig
:
{
"src"
:
"sbgl/ujzbm/query"
,
"match"
:
{
"value"
:
"code"
,
"label"
:
"name"
},
}
},
{
"label"
:
"设备名称"
,
"prop"
:
"sbxx"
,
...
...
src/views/ywxxgl/rx20/index.vue
View file @
977b4d76
...
...
@@ -27,6 +27,16 @@
field
:
"code"
,
width
:
140
},
{
title
:
"机组编码"
,
field
:
"jzbm"
,
width
:
140
,
transform
:
{
"url"
:
"sbgl/ujzbm/query"
,
"label"
:
"name"
,
"value"
:
"code"
}
},
{
title
:
"功能位置"
,
field
:
"gnwz"
,
...
...
@@ -147,9 +157,9 @@
}
},
{
prop
:
'
gnwz
'
,
prop
:
'
jzbm
'
,
type
:
'hide'
,
value
:
localStorage
.
getItem
(
'gnwz'
)
value
:
(
localStorage
.
getItem
(
'gnwz'
)
||
''
).
charAt
(
0
)
}
]
...
...
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