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
c68b516d
Commit
c68b516d
authored
Jan 11, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
af29fa40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
MonitoringDynamics.vue
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
+4
-1
MonitoringReportDetails.vue
...erate-ui/src/views/monitoring/MonitoringReportDetails.vue
+5
-4
No files found.
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
View file @
c68b516d
...
...
@@ -348,7 +348,6 @@
if
(
this
.
sffx
.
length
>
0
&&
this
.
gsfx
.
length
>
0
){
params
.
condition
.
riskType
=
'司法风险,工商风险'
params
.
condition
.
dimension
=
this
.
sffx
.
concat
(
this
.
gsfx
)
console
.
log
(
this
.
sffx
.
concat
(
this
.
gsfx
))
}
if
(
this
.
sffx
.
length
>
0
&&
this
.
gsfx
.
length
===
0
){
params
.
condition
.
riskType
=
'司法风险'
...
...
@@ -358,6 +357,10 @@
params
.
condition
.
riskType
=
'工商风险'
params
.
condition
.
dimension
=
this
.
gsfx
}
if
(
this
.
sffx
.
length
===
0
&&
this
.
gsfx
.
length
===
0
){
delete
params
.
condition
.
riskType
delete
params
.
condition
.
dimension
}
dynamicPage
(
params
).
then
(
res
=>
{
this
.
isSkeleton
=
false
;
this
.
tableData
=
res
.
rows
;
...
...
dsk-operate-ui/src/views/monitoring/MonitoringReportDetails.vue
View file @
c68b516d
...
...
@@ -83,7 +83,7 @@
border
highlight-current-row
>
<el-table-column
label=
"序号"
width=
"60"
align=
"
left
"
fixed
>
<el-table-column
label=
"序号"
width=
"60"
align=
"
center
"
fixed
>
<template
slot-scope=
"scope"
>
{{
queryParams
.
pageNum
*
queryParams
.
pageSize
-
queryParams
.
pageSize
+
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
label=
"监控对象"
prop=
"companyName"
align=
"left"
width=
"250"
></el-table-column>
...
...
@@ -104,8 +104,6 @@
label=
"操作"
align=
"center"
width=
"150"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<span
style=
"cursor: pointer;color:#0081FF;"
@
click=
"handleDetail(scope.row)"
>
查看详情
</span>
...
...
@@ -352,7 +350,6 @@
if
(
this
.
sffx
.
length
>
0
&&
this
.
gsfx
.
length
>
0
){
params
.
condition
.
riskType
=
'司法风险,工商风险'
params
.
condition
.
dimension
=
this
.
sffx
.
concat
(
this
.
gsfx
)
console
.
log
(
this
.
sffx
.
concat
(
this
.
gsfx
))
}
if
(
this
.
sffx
.
length
>
0
&&
this
.
gsfx
.
length
===
0
){
params
.
condition
.
riskType
=
'司法风险'
...
...
@@ -362,6 +359,10 @@
params
.
condition
.
riskType
=
'工商风险'
params
.
condition
.
dimension
=
this
.
gsfx
}
if
(
this
.
sffx
.
length
===
0
&&
this
.
gsfx
.
length
===
0
){
delete
params
.
condition
.
riskType
delete
params
.
condition
.
dimension
}
dynamicPage
(
params
).
then
(
res
=>
{
this
.
isSkeleton
=
false
;
this
.
object
=
res
.
object
;
...
...
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