This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_WEBFRONT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
自动更新时间
pull/148/head
liwei
3 years ago
parent
dd4336e927
commit
6ea1b9f23f
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
src/views/DataP/index.vue
+ 8
- 0
src/views/DataP/index.vue
View File
@ -117,6 +117,14 @@ export default {
this
.
title
=
this
.
titleData
[
this
.
getQueryVariable
(
'type'
)
]
?
this
.
titleData
[
this
.
getQueryVariable
(
'type'
)
]
.
title
:
''
}
,
methods
:
{
/
/
s
e
t
T
i
m
e
D
a
t
a
setTimeData
(
)
{
this
.
time
=
moment
(
)
.
format
(
'YYYY-MM-DD'
)
;
this
.
getData
(
)
;
setTimeout
(
(
)
=>
{
this
.
setTimeData
(
)
;
}
,
360000
)
}
,
/
/
根
据
状
态
获
取
色
值
colorValue
(
status
)
{
return
this
.
orderColors
[
status
]
;
Write
Preview
Loading…
Cancel
Save