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
79ad4160
Commit
79ad4160
authored
Jul 24, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
43427348
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
13 deletions
+51
-13
edit.vue
src/views/jyfkgl/ywsjlr/edit.vue
+9
-1
index.vue
src/views/jyfkgl/ywsjlr/index.vue
+41
-11
index.vue
src/views/yhlywsytst/yhlywsytst/index.vue
+1
-1
No files found.
src/views/jyfkgl/ywsjlr/edit.vue
View file @
79ad4160
...
...
@@ -223,6 +223,7 @@
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
clearable
:
true
,
"src"
:
"sbgl/zdrw/query"
,
"match"
:
{
"value"
:
"code"
,
...
...
@@ -231,6 +232,14 @@
}
},
// {
// "label": "责任单位(其他)",
// "prop": "zrdwName",
// required: true,
// "span": 12,
// "type": "input",
// "value": "",
// },
// {
// "label": "期间",
// "prop": "qj",
// "span": 12,
...
...
@@ -423,7 +432,6 @@
"prop"
:
"ssfx"
,
"span"
:
12
,
"type"
:
"input"
,
},
{
"label"
:
"备注"
,
...
...
src/views/jyfkgl/ywsjlr/index.vue
View file @
79ad4160
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-0
6-19 15:40:39
* @LastEditTime: 2025-0
7-24 16:20:18
* @FilePath: /zghywpc-vue/src/views/jyfkgl/ywsjlr/index.vue
-->
<
template
>
...
...
@@ -275,18 +275,25 @@
}
],
queryParams
:
[
[{
label
:
'事件描述'
,
prop
:
'sjms'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
[
{
label
:
'是否关闭'
,
prop
:
'sfgb'
,
span
:
6
,
type
:
'RelSelect'
,
typeConfig
:{
src
:
'yhlywpc/uywxx/init/istrue'
},
value
:
''
},
{
label
:
'
异物信息
'
,
prop
:
'
ywxxInfo
'
,
label
:
'
FME分级
'
,
prop
:
'
fmefj
'
,
span
:
6
,
type
:
'input'
,
type
:
'RelSelect'
,
typeConfig
:{
src
:
'yhlywpc/uywxx/init/fme/fj'
},
value
:
''
},
{
...
...
@@ -398,6 +405,29 @@
],
[
{
label
:
'机组号'
,
prop
:
'jzh'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'责任单位'
,
prop
:
'zrdw'
,
span
:
6
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"sbgl/zdrw/query"
,
"match"
:
{
"value"
:
"code"
,
"label"
:
"name"
}
}
}
]
],
/* 默认启停用 */
...
...
src/views/yhlywsytst/yhlywsytst/index.vue
View file @
79ad4160
...
...
@@ -220,7 +220,7 @@
<div
style=
"line-height: 25px;display: flex;font-size: 12px;text-align: center"
v-for=
"item in jxlistData"
>
<div
style=
"color: #68D8FE ;width: 120px;"
v-text=
"$moment(item.jxsj).format('YYYY-MM-DD
HH:mm:ss
') "
></div>
v-text=
"$moment(item.jxsj).format('YYYY-MM-DD') "
></div>
<div
style=
"color: #68D8FE ;width: calc(100% - 120px);text-align: left;padding-left: 5px;"
v-text=
"item.ktext"
></div>
</div>
...
...
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