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
9e49257b
Commit
9e49257b
authored
Jan 05, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c3b6a8a5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
9 deletions
+25
-9
EnterpriseMonitoring.vue
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
+1
-2
MonitoringDynamics.vue
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
+8
-3
MonitoringReport.vue
dsk-operate-ui/src/views/monitoring/MonitoringReport.vue
+16
-2
index.vue
dsk-operate-ui/src/views/system/supplierBad/index.vue
+0
-2
No files found.
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
View file @
9e49257b
...
@@ -58,8 +58,6 @@
...
@@ -58,8 +58,6 @@
label=
"操作"
label=
"操作"
align=
"left"
align=
"left"
width=
"160"
width=
"160"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color:#0081FF;"
@
click=
"handleCancel(scope.row.companyId)"
>
取消监控
</span>
<span
style=
"color:#0081FF;"
@
click=
"handleCancel(scope.row.companyId)"
>
取消监控
</span>
...
@@ -423,6 +421,7 @@
...
@@ -423,6 +421,7 @@
position
:
relative
;
position
:
relative
;
::v-deep
.el-radio
{
::v-deep
.el-radio
{
margin-right
:
16px
;
margin-right
:
16px
;
color
:
rgba
(
35
,
35
,
35
,
0
.8
);
}
}
::v-deep
.el-date-editor
{
::v-deep
.el-date-editor
{
position
:
absolute
;
position
:
absolute
;
...
...
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
View file @
9e49257b
...
@@ -96,8 +96,6 @@
...
@@ -96,8 +96,6 @@
label=
"操作"
label=
"操作"
align=
"center"
align=
"center"
width=
"150"
width=
"150"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"cursor: pointer;color:#0081FF;"
@
click=
"handleDetail(scope.row)"
>
查看详情
</span>
<span
style=
"cursor: pointer;color:#0081FF;"
@
click=
"handleDetail(scope.row)"
>
查看详情
</span>
...
@@ -718,10 +716,11 @@
...
@@ -718,10 +716,11 @@
top
:
-6px
;
top
:
-6px
;
opacity
:
0
;
opacity
:
0
;
line-height
:
22px
;
line-height
:
22px
;
.el-input
{
::v-deep
.el-input
{
width
:
100%
;
width
:
100%
;
line-height
:
22px
;
line-height
:
22px
;
.el-input__inner
{
.el-input__inner
{
color
:
rgba
(
35
,
35
,
35
,
0
.8
);
width
:
100%
;
width
:
100%
;
height
:
22px
!
important
;
height
:
22px
!
important
;
}
}
...
@@ -744,6 +743,12 @@
...
@@ -744,6 +743,12 @@
margin-right
:
24px
;
margin-right
:
24px
;
}
}
}
}
::v-deep
.el-radio
{
color
:
rgba
(
35
,
35
,
35
,
0
.8
);
}
::v-deep
.el-checkbox__label
{
color
:
rgba
(
35
,
35
,
35
,
0
.8
);
}
::v-deep
.el-checkbox
{
::v-deep
.el-checkbox
{
margin-right
:
10px
;
margin-right
:
10px
;
}
}
...
...
dsk-operate-ui/src/views/monitoring/MonitoringReport.vue
View file @
9e49257b
...
@@ -51,6 +51,9 @@
...
@@ -51,6 +51,9 @@
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
<div
class=
"p2"
>
建议调整关键词或筛选条件,重新搜索
</div>
<div
class=
"p2"
>
建议调整关键词或筛选条件,重新搜索
</div>
</div>
</div>
<div
class=
"pagination-box"
v-if=
"tableDataTotal>queryParams.pageSize"
style=
"background: #ffffff;margin-top: 16px;padding-right: 16px;"
>
<el-pagination
background
:current-page=
"queryParams.pageNum"
:page-size=
"queryParams.pageSize"
:total=
"tableDataTotal"
layout=
"prev, pager, next, jumper"
@
current-change=
"handleCurrentChange"
@
size-change=
"handleSizeChange"
/>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -89,7 +92,6 @@
...
@@ -89,7 +92,6 @@
methods
:
{
methods
:
{
async
querySubmit
()
{
async
querySubmit
()
{
reportPage
(
this
.
queryParams
).
then
(
res
=>
{
reportPage
(
this
.
queryParams
).
then
(
res
=>
{
console
.
log
(
res
)
this
.
isSkeleton
=
false
;
this
.
isSkeleton
=
false
;
this
.
dataList
=
res
.
rows
;
this
.
dataList
=
res
.
rows
;
this
.
tableDataTotal
=
res
.
total
this
.
tableDataTotal
=
res
.
total
...
@@ -100,7 +102,19 @@
...
@@ -100,7 +102,19 @@
this
.
queryParams
.
pageNum
=
1
this
.
queryParams
.
pageNum
=
1
this
.
queryParams
.
pageSize
=
10
this
.
queryParams
.
pageSize
=
10
this
.
querySubmit
()
this
.
querySubmit
()
}
},
// 重置页数
handleSizeChange
(
val
)
{
this
.
queryParams
.
pageNum
=
1
this
.
queryParams
.
pageSize
=
val
this
.
querySubmit
()
},
// 跳转指定页数
handleCurrentChange
(
val
)
{
this
.
queryParams
.
pageNum
=
val
this
.
querySubmit
()
window
.
scrollTo
(
0
,
0
);
},
}
}
}
}
</
script
>
</
script
>
...
...
dsk-operate-ui/src/views/system/supplierBad/index.vue
View file @
9e49257b
...
@@ -18,8 +18,6 @@
...
@@ -18,8 +18,6 @@
<el-table-column
<el-table-column
label=
"操作"
label=
"操作"
align=
"left"
align=
"left"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.status===0"
style=
"cursor: pointer;margin-right: 16px;color: #0081FF;"
@
click=
"handleClick(scope.row,1)"
>
停用
</span>
<span
v-if=
"scope.row.status===0"
style=
"cursor: pointer;margin-right: 16px;color: #0081FF;"
@
click=
"handleClick(scope.row,1)"
>
停用
</span>
...
...
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