Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
Project
Project
Details
Activity
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
Administrator
web-monitor
Commits
3bf9bcd1
Commit
3bf9bcd1
authored
Jan 29, 2022
by
yanzhongrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui style
parent
289766ca
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
44 additions
and
70 deletions
+44
-70
orgTree.vue
src/components/orgTree.vue
+18
-52
index.js
src/router/index.js
+15
-3
index.vue
src/views/alarm/cableTime/index.vue
+4
-4
index.vue
src/views/alarm/device/index.vue
+1
-1
index.vue
src/views/dashboard/index.vue
+1
-1
index.vue
src/views/maintain/oneself/index.vue
+2
-2
index.vue
src/views/user/userList/index.vue
+3
-7
No files found.
src/components/orgTree.vue
View file @
3bf9bcd1
...
...
@@ -49,7 +49,7 @@ export default {
label
:
'自动监控'
}
],
data
:
[
data
:
[
{
type
:
1
,
id
:
0
,
...
...
@@ -61,72 +61,42 @@ export default {
type
:
2
,
iconName
:
'level2_R'
,
label
:
'STATION1未开通'
,
children
:
[{
id
:
13
,
type
:
3
,
iconName
:
'level3_R'
,
label
:
'三级 1-1-1'
}]
children
:
[]
},
{
id
:
2
,
type
:
2
,
iconName
:
'level2_R'
,
label
:
'STATION2未开通'
,
children
:
[{
id
:
12
,
type
:
3
,
iconName
:
'level3_R'
,
label
:
'三级 1-1-1'
}]
children
:
[]
},
{
id
:
3
,
type
:
2
,
iconName
:
'level2_R'
,
label
:
'STATION3未开通'
,
children
:
[{
id
:
12
,
type
:
3
,
iconName
:
'level3_R'
,
label
:
'三级 1-1-1'
}]
children
:
[]
},
{
id
:
4
,
type
:
2
,
iconName
:
'level2_R'
,
label
:
'STATION4未开通'
,
children
:
[{
id
:
12
,
type
:
3
,
iconName
:
'level3_R'
,
label
:
'三级 1-1-1'
}]
children
:
[]
},
{
id
:
5
,
type
:
2
,
iconName
:
'level2_R'
,
label
:
'STATION5未开通'
,
children
:
[{
id
:
12
,
type
:
3
,
iconName
:
'level3_R'
,
label
:
'三级 1-1-1'
}]
children
:
[]
},
{
id
:
6
,
type
:
2
,
iconName
:
'level2_R'
,
label
:
'STATION6未开通'
,
children
:
[{
id
:
12
,
type
:
3
,
iconName
:
'level3_R'
,
label
:
'三级 1-1-1'
}]
children
:
[]
},
{
id
:
7
,
...
...
@@ -147,26 +117,26 @@ export default {
children
:
[{
id
:
1
,
type
:
5
,
iconName
:
'level
4
_R'
,
label
:
'漏缆K362+784张
家口方向
'
iconName
:
'level
5
_R'
,
label
:
'漏缆K362+784张
...
'
},{
id
:
2
,
type
:
5
,
iconName
:
'level
4
_R'
,
label
:
'漏缆K362+7呼和
浩特方向
'
iconName
:
'level
5
_R'
,
label
:
'漏缆K362+7呼和
...
'
}
]
},
{
type
:
5
,
id
:
6
,
iconName
:
'level
5
_R'
,
iconName
:
'level
4
_R'
,
label
:
'故障定位单位_K365'
},
{
type
:
5
,
id
:
7
,
iconName
:
'level
5
_R'
,
iconName
:
'level
4
_R'
,
label
:
'故障定位单位_K368'
}
]
...
...
@@ -179,13 +149,13 @@ export default {
children
:
[{
id
:
8
,
type
:
3
,
iconName
:
'level
2_Z
'
,
iconName
:
'level
4_R
'
,
label
:
'漏缆K362+784张...'
},
{
id
:
9
,
type
:
2
,
iconName
:
'level
5
_R'
,
iconName
:
'level
4
_R'
,
label
:
'漏缆K362+784张...'
}]
}
...
...
@@ -196,17 +166,13 @@ export default {
type
:
2
,
iconName
:
'level2_R'
,
label
:
'(8)VLCB-ZZT02'
,
children
:
[{
id
:
12
,
type
:
3
,
iconName
:
'level3_R'
,
label
:
'三级 1-1-1'
}]
children
:
[]
}
]
}
],
]
,
defaultProps
:
{
children
:
'children'
,
label
:
'label'
...
...
src/router/index.js
View file @
3bf9bcd1
...
...
@@ -80,7 +80,7 @@ export const constantRoutes = [
component
:
Layout
,
redirect
:
'/setting/add'
,
name
:
'Setting'
,
meta
:
{
title
:
'配置管理'
},
meta
:
{
title
:
'配置管理'
,
icon
:
'dashboard'
},
children
:
[
{
path
:
'add'
,
...
...
@@ -156,6 +156,18 @@ export const constantRoutes = [
name
:
'leakyCableRepair'
,
component
:
()
=>
import
(
'@/views/history/leakyCableRepair/index.vue'
),
meta
:
{
title
:
'漏缆监测维护状态'
}
},
{
path
:
''
,
name
:
'leakyCableRepair'
,
component
:
()
=>
import
(
'@/views/history/leakyCableRepair/index.vue'
),
meta
:
{
title
:
'设备连接历史状态'
}
},
{
path
:
''
,
name
:
'leakyCableRepair'
,
component
:
()
=>
import
(
'@/views/history/leakyCableRepair/index.vue'
),
meta
:
{
title
:
'设备连接维修历史'
}
}
]
},
...
...
@@ -169,13 +181,13 @@ export const constantRoutes = [
path
:
'updateUser'
,
name
:
'UpdateUser'
,
component
:
()
=>
import
(
'@/views/user/updateUser'
),
meta
:
{
title
:
'个人信息管理'
,
icon
:
'dashboard'
}
meta
:
{
title
:
'个人信息管理'
}
},
{
path
:
'userList'
,
name
:
'UserList'
,
component
:
()
=>
import
(
'@/views/user/userList'
),
meta
:
{
title
:
'用户信息列表'
,
icon
:
'dashboard'
}
meta
:
{
title
:
'用户信息列表'
}
}
]
},
...
...
src/views/alarm/cableTime/index.vue
View file @
3bf9bcd1
...
...
@@ -8,9 +8,9 @@
<el-tab-pane
label=
"未确认"
name=
"third"
>
未确认
</el-tab-pane>
</el-tabs>
<div
class=
"operate-btn"
>
<el-button
type=
"primary"
size=
"small"
>
刷新
</el-button>
<el-button
type=
"primary"
size=
"small"
>
查询
</el-button>
<el-button
type=
"primary"
size=
"small"
>
导出
</el-button>
<el-button
type=
"primary"
>
刷新
</el-button>
<el-button
type=
"primary"
>
查询
</el-button>
<el-button
type=
"primary"
>
导出
</el-button>
</div>
</div>
<div
style=
"color: #666666"
>
...
...
@@ -49,7 +49,7 @@
label=
"操作"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
>
确认
</el-button>
<el-button
type=
"text"
>
确认
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/views/alarm/device/index.vue
View file @
3bf9bcd1
...
...
@@ -29,7 +29,7 @@
label=
"操作"
width=
"100"
>
<template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
>
确认
</el-button>
<el-button
type=
"text"
>
确认
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/views/dashboard/index.vue
View file @
3bf9bcd1
...
...
@@ -20,7 +20,7 @@
</div>
<el-row
:gutter=
"20"
v-else-if=
"k.handle"
>
<el-col
:span=
"10"
class=
"value_handle"
>
{{
k
.
value
}}
</el-col>
<el-col
:span=
"10"
><el-button
size=
"mini"
type=
"primary
"
>
处理告警
</el-button></el-col>
<el-col
:span=
"10"
><el-button
type=
"primary"
size=
"mini
"
>
处理告警
</el-button></el-col>
</el-row>
<div
v-else
>
{{
k
.
value
}}
</div>
</el-col>
...
...
src/views/maintain/oneself/index.vue
View file @
3bf9bcd1
...
...
@@ -44,13 +44,13 @@
<el-row
style=
"margin-bottom: 10px"
>
<el-radio
:label=
"1"
>
复位重启FSU
</el-radio>
<el-radio
:label=
"2"
>
常规测试>>次数
<el-input-number
v-model=
"formData2.routineNum"
size=
"small"
:min=
"1"
/>
<el-input-number
v-model=
"formData2.routineNum"
:min=
"1"
/>
</el-radio>
</el-row>
<el-row>
<el-radio
:label=
"3"
>
请求实时连接
</el-radio>
<el-radio
:label=
"4"
>
自检测试>>次数
<el-input-number
v-model=
"formData2.selfNum"
size=
"small"
:min=
"1"
/>
<el-input-number
v-model=
"formData2.selfNum"
:min=
"1"
/>
</el-radio>
</el-row>
</el-radio-group>
...
...
src/views/user/userList/index.vue
View file @
3bf9bcd1
...
...
@@ -2,7 +2,7 @@
<div>
<el-row
class=
"header"
>
<el-col
:span=
"4"
>
<div
class=
"message"
>
共
<span>
{{
total
}}
</span>
条数据
</div>
<div
class=
"message"
>
共
<span>
5
</span>
条数据
</div>
</el-col>
<el-col
:span=
"2"
:offset=
"18"
>
<el-button
type=
"primary"
>
添加新用户
</el-button>
...
...
@@ -108,15 +108,11 @@ export default {
.message
{
display
:
inline-block
;
margin-top
:
20px
;
font-size
:
1
4
px
;
font-size
:
1
6
px
;
color
:
#666666
;
span
{
font-size
:
18px
;
color
:
#409eff
;
}
}
.header
{
margin
:
20px
0
;
margin
-bottom
:
20px
;
}
</
style
>
<
style
lang=
"scss"
>
...
...
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