Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
王涛
2022-03-10 16:13:27 +0800
Commit
0539d00bd28d831dc2311b73d051772e88838fa9
2 parents
0dea0c39
612958b7
Merge branch 'master-prod-lgh' into 'master-500-prod'
【故障管理】列名修改 See merge request
!451
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/digitalDp/title-monitoring.png
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/monitoringMonth/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/digitalDp/title-monitoring.png
View file @
0539d00
8.77 KB
|
W:
|
H:
8.81 KB
|
W:
|
H:
2-up
Swipe
Onion skin
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/index.js
View file @
0539d00
...
...
@@ -310,7 +310,7 @@ const colTypes = (props, list,openLine,openAlarmDialog) => {
},
{
prop
:
"abnormal"
,
width
:
80
,
label
:
"异常
出
"
,
label
:
"异常
数
"
,
render
:
function
(
row
)
{
return
`
<
span
>
$
{
row
.
abnormal
==
undefined
?
0
:
row
.
abnormal
}
<
/span>
`
}
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/monitoringMonth/index.js
View file @
0539d00
...
...
@@ -50,7 +50,7 @@ export default {
const
optionInti
=
()
=>
{
proxy
.
optionData
=
{
title
:
{
text
:
'近30天
访问
量'
,
text
:
'近30天
登录
量'
,
x
:
'center'
,
y
:
'9px'
,
textStyle
:{
...
...
Please
register
or
login
to post a comment