Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b5b2b3f7
authored
2022-11-03 17:47:04 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务办理
1 parent
dffcbb62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
src/views/ywbl/ywsq/ywsq.vue
src/views/ywbl/ywsq/ywsq.vue
View file @
b5b2b3f
...
...
@@ -7,7 +7,7 @@
<el-collapse-item
title=
"业务申请"
name=
"1"
>
<ul
class=
"item-list"
>
<li
v-for=
"(obj, key) in list"
:key=
"key"
@
click=
"handleList(list, obj)"
:class=
"obj.check ? 'active' : ''"
>
{{
obj
.
nodename
}}
</li>
{{
obj
.
nodename
}}
</li>
</ul>
</el-collapse-item>
</el-collapse>
...
...
@@ -23,9 +23,9 @@
<p>
{{
item
.
nodename
}}
</p>
<p
v-if=
"item.sffqlc == 1"
:class=
"item.userCollect
==
1 ? 'active' : ''"
<p
v-if=
"item.sffqlc == 1"
:class=
"item.userCollect
==
1 ? 'active' : ''"
@
click
.
stop=
"handleCollection(item)"
>
<i
class=
"el-icon-star-off"
:class=
"item.userCollect
==
1 ? 'active' : ''"
></i>
<i
class=
"el-icon-star-off"
:class=
"item.userCollect
==
1 ? 'active' : ''"
></i>
</p>
</li>
</ul>
...
...
@@ -38,12 +38,11 @@
:class=
"item.cselect ? 'cactive' : ''"
>
<p>
{{
item
.
djywmc
}}
<br>
{{
item
.
nodename
}}
{{
item
.
nodename
}}
</p>
<p
v-if=
"item.sffqlc == 1"
:class=
"item.userCollect==1 ? 'active' : ''"
@
click
.
stop=
"handleCollection(item)"
>
<i
class=
"el-icon-star-off"
:class=
"item.userCollect==1 ? 'active' : ''"
></i>
<p
v-if=
"item.sffqlc == 1"
class=
"active"
@
click
.
stop=
"handleCollection(item)"
>
<i
class=
"el-icon-star-off active"
></i>
</p>
</li>
</ul>
...
...
@@ -56,8 +55,8 @@
<p>
{{
item
.
nodename
}}
</p>
<p
:class=
"item.userCollect
==
1 ? 'active' : ''"
@
click
.
stop=
"handleCollection(item)"
>
<i
class=
"el-icon-star-off"
:class=
"item.userCollect
==
1 ? 'active' : ''"
></i>
<p
:class=
"item.userCollect
==
1 ? 'active' : ''"
@
click
.
stop=
"handleCollection(item)"
>
<i
class=
"el-icon-star-off"
:class=
"item.userCollect
==
1 ? 'active' : ''"
></i>
</p>
</li>
</ul>
...
...
Please
register
or
sign in
to post a comment