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
4be6ff2a
Commit
4be6ff2a
authored
May 16, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1018acb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
MonitorSettings.vue
dsk-operate-ui/src/views/monitoring/MonitorSettings.vue
+5
-1
No files found.
dsk-operate-ui/src/views/monitoring/MonitorSettings.vue
View file @
4be6ff2a
...
...
@@ -31,7 +31,7 @@
<span
:class=
"
{ color_text: jyfx.length }">经营风险
{{
jyfx
.
length
>
0
?
jyfx
.
length
:
''
}}
<i
class=
"el-icon-caret-bottom"
></i></span>
<el-select
ref=
"tenderTypeSelect"
v-model=
"jyfx"
class=
"select-multiple"
collapse-tags
multiple
placeholder=
"请选择"
>
<el-checkbox-group
v-model=
"jyfx"
>
<el-option
v-for=
"(i,index) in selectList
1
"
:key=
"index"
:label=
"i.dimensionName"
@
change=
"handleSelect2"
:value=
"i.dimensionName"
>
<el-option
v-for=
"(i,index) in selectList
2
"
:key=
"index"
:label=
"i.dimensionName"
@
change=
"handleSelect2"
:value=
"i.dimensionName"
>
<el-checkbox
style=
"width: 100%;"
:label=
"i.dimensionName"
@
change=
"changeJyfx(i)"
>
{{
i
.
dimensionName
}}
</el-checkbox>
</el-option>
</el-checkbox-group>
...
...
@@ -105,6 +105,7 @@
return
{
selectList
:[],
selectList1
:[],
selectList2
:[],
arr
:[],
sffx
:[],
gsfx
:[],
...
...
@@ -134,6 +135,9 @@
if
(
res
.
data
[
i
].
dimensionName
===
'工商风险'
){
this
.
selectList1
=
res
.
data
[
i
].
children
}
if
(
res
.
data
[
i
].
dimensionName
===
'经营风险'
){
this
.
selectList2
=
res
.
data
[
i
].
children
}
}
rulesDetail
({}).
then
(
res
=>
{
console
.
log
(
res
)
...
...
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