Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
044c6712
Commit
044c6712
authored
Dec 25, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
0ce14e0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
MonitoringDynamics.vue
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
+1
-2
index.vue
dsk-operate-ui/src/views/system/supplierBad/index.vue
+2
-2
No files found.
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
View file @
044c6712
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
fixed=
"right"
fixed=
"right"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"cursor: pointer;"
@
click=
"handleDetail(scope.row)"
>
查看详情
</span>
<span
style=
"cursor: pointer;
color:#0081FF;
"
@
click=
"handleDetail(scope.row)"
>
查看详情
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -168,7 +168,6 @@
...
@@ -168,7 +168,6 @@
},
},
data
()
{
data
()
{
return
{
return
{
changeTime
,
isSkeleton
:
true
,
isSkeleton
:
true
,
radio
:
null
,
radio
:
null
,
date
:
''
,
date
:
''
,
...
...
dsk-operate-ui/src/views/system/supplierBad/index.vue
View file @
044c6712
...
@@ -160,8 +160,8 @@
...
@@ -160,8 +160,8 @@
});
});
configKey
(
"customer-badness-time-frame"
).
then
(
response
=>
{
configKey
(
"customer-badness-time-frame"
).
then
(
response
=>
{
let
times
=
response
.
data
.
configValue
.
split
(
"-"
);
let
times
=
response
.
data
.
configValue
.
split
(
"-"
);
this
.
startTime
=
times
[
0
].
length
<
2
?
'0'
+
times
[
0
]
+
':00'
:
times
[
0
]
this
.
startTime
=
times
[
0
].
length
<
2
?
'0'
+
times
[
0
]
+
':00'
:
times
[
0
]
+
':00'
this
.
endTime
=
times
[
1
].
length
<
2
?
'0'
+
times
[
1
]
+
':00'
:
times
[
1
]
this
.
endTime
=
times
[
1
].
length
<
2
?
'0'
+
times
[
1
]
+
':00'
:
times
[
1
]
+
':00'
});
});
this
.
getList
()
this
.
getList
()
},
},
...
...
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