Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
2cecdedf
authored
2020-12-16 14:17:36 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
高亮当前表单幢信息对应的左侧目录树节点
1 parent
d9aa457f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
2cecded
...
...
@@ -46,6 +46,7 @@
@
contextmenu
.
prevent=
"openMenu($event, item,list)"
:class=
"
{
active_color: item.expand,
curPage:$route.query.bsm==item.bsm
}"
>
<img
class=
"qsztImg"
v-if=
"item.qszt=='0'"
:src=
"linshi"
/>
...
...
@@ -404,4 +405,7 @@ export default {
position
:
relative
;
top
:
1px
;
}
.curPage
{
color
:
orange
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment