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
9fcda7d6
Commit
9fcda7d6
authored
Jan 02, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c42a5e43
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
MonitoringDynamics.vue
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
+1
-1
MonitoringReport.vue
dsk-operate-ui/src/views/monitoring/MonitoringReport.vue
+3
-3
index.vue
dsk-operate-ui/src/views/system/supplierBad/index.vue
+2
-1
No files found.
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
View file @
9fcda7d6
...
...
@@ -3,7 +3,7 @@
<div
class=
"app-container MonitoringDynamics"
>
<div
class=
"search"
>
<div
class=
"search-item"
style=
"line-height: 32px;margin-top: 0;padding-bottom: 8px;"
>
<div
class=
"label"
>
监控
动态
</div>
<div
class=
"label"
>
监控
对象
</div>
<el-input
class=
"name"
placeholder=
"请输入监控对象名称"
v-model=
"companyName"
>
<el-button
slot=
"append"
@
click=
"handleKeyword()"
>
搜索
</el-button>
</el-input>
...
...
dsk-operate-ui/src/views/monitoring/MonitoringReport.vue
View file @
9fcda7d6
...
...
@@ -30,9 +30,9 @@
<router-link
:to=
"`/monitoring/MonitoringReportDetails/$
{i.companyOrstaffId}`" tag="a" class="a-link companyName">
{{
i
.
companyOrstaffName
}}
</router-link>
</p>
<p
class=
"card-right-p"
>
<
span
class=
"right-label"
>
提示:
</span
>
<
span
class=
"right-color color1"
>
{{
i
.
promptCount
}}
</span
>
<
span
class=
"right-label"
>
正向:
</span
>
<
!--
<span
class=
"right-label"
>
提示:
</span>
--
>
<
!--
<span
class=
"right-color color1"
>
{{
i
.
promptCount
}}
</span>
--
>
<
!--
<span
class=
"right-label"
>
正向:
</span>
--
>
<span
class=
"right-color color2"
>
{{
i
.
positiveCount
}}
</span>
<span
class=
"right-label"
>
低风险:
</span>
<span
class=
"right-color color3"
>
{{
i
.
lowRiskCount
}}
</span>
...
...
dsk-operate-ui/src/views/system/supplierBad/index.vue
View file @
9fcda7d6
...
...
@@ -186,13 +186,14 @@
})
},
handleClick
(
item
,
key
){
if
(
key
===
1
){
if
(
key
===
0
||
key
===
1
){
this
.
status
=
item
.
status
this
.
handleVisible
=
true
}
if
(
key
===
2
){
this
.
handleVisible1
=
true
}
console
.
log
(
this
.
status
)
this
.
id
=
item
.
id
},
// 开始时间改变
...
...
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