Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
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
platform
hg-smart
Commits
b9df6dd9
Commit
b9df6dd9
authored
Nov 04, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化驾驶舱显示和默认日期
parent
63381967
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
HGBI002.jsp
src/main/webapp/HG/BI/HGBI002.jsp
+1
-1
HGBI003.jsp
src/main/webapp/HG/BI/HGBI003.jsp
+2
-2
No files found.
src/main/webapp/HG/BI/HGBI002.jsp
View file @
b9df6dd9
...
@@ -240,7 +240,7 @@
...
@@ -240,7 +240,7 @@
this
.
onSetInterval
()
this
.
onSetInterval
()
},
},
getYesterdayDateFormatted
()
{
getYesterdayDateFormatted
()
{
this
.
dataPicker
=
dayjs
().
format
(
"YYYYMMDD"
);
this
.
dataPicker
=
dayjs
().
subtract
(
1
,
'day'
).
format
(
"YYYYMMDD"
);
},
},
getRoleFactory
(){
getRoleFactory
(){
let
_this
=
this
;
let
_this
=
this
;
...
...
src/main/webapp/HG/BI/HGBI003.jsp
View file @
b9df6dd9
...
@@ -437,7 +437,7 @@
...
@@ -437,7 +437,7 @@
return
{
return
{
title
:
{
title
:
{
left
:
'left'
,
left
:
'left'
,
text
:
'设备故障
次数
/分钟'
,
text
:
'设备故障
时长
/分钟'
,
textStyle
:
{
textStyle
:
{
color
:
'#ffffff'
// 设置标题字体颜色为白色
color
:
'#ffffff'
// 设置标题字体颜色为白色
}
}
...
@@ -559,7 +559,7 @@
...
@@ -559,7 +559,7 @@
this
.
lineOption2
=
{
this
.
lineOption2
=
{
title
:
{
title
:
{
left
:
'left'
,
left
:
'left'
,
text
:
'设备故障
次数
/分钟'
,
text
:
'设备故障
时长
/分钟'
,
textStyle
:
{
textStyle
:
{
color
:
'#ffffff'
// 设置标题字体颜色为白色
color
:
'#ffffff'
// 设置标题字体颜色为白色
}
}
...
...
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