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
bc5f777f
authored
2020-11-27 15:23:08 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
根据qszt展示树结构中的宗地节点的权属状态
1 parent
5a5ec20b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
bc5f777
...
...
@@ -48,6 +48,9 @@
active_color: item.expand,
}"
>
<span
v-if=
"item.qszt=='0'"
style=
"color:red"
>
(临)
</span>
<span
v-if=
"item.qszt=='1'"
style=
"color:green"
>
(正)
</span>
<span
v-if=
"item.qszt=='2'"
style=
"color:blue"
>
(现)
</span>
{{
item
.
mc
}}
</div>
</div>
...
...
Please
register
or
sign in
to post a comment