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
64b89550
authored
2020-12-30 15:14:33 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
目录树字体太长增加提示
1 parent
dc212c5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
64b8955
...
...
@@ -52,29 +52,30 @@
}"
:ref="($route.query.bsm
&&
$route.query.bsm==item.bsm)?'curZxx':''"
:data-zdbsm="item.zdbsm"
:title=item.mc
>
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
style=
"background: #f79700; "
>
<span
class=
"qsztFont"
>
临
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='1'"
style=
"background:#00dd00; "
>
<span
class=
"qsztFont"
>
正
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='2'"
style=
"background: #238ff9; "
>
<span
class=
"qsztFont"
>
现
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
style=
"background: #f79700; "
>
<span
class=
"qsztFont"
>
临
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='1'"
style=
"background:#00dd00; "
>
<span
class=
"qsztFont"
>
正
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='2'"
style=
"background: #238ff9; "
>
<span
class=
"qsztFont"
>
现
</span>
</span>
<!--
<img
class=
"qsztImg"
v-if=
"item.qszt=='0'"
:src=
"linshi"
/>
<img
class=
"qsztImg"
v-if=
"item.qszt=='1'"
:src=
"zhengshi"
/>
<img
class=
"qsztImg"
v-if=
"item.qszt=='2'"
:src=
"xianshi"
/>
-->
<span
v-if=
"item.type=='zrz'"
>
(自然幢)
</span>
<span
v-if=
"item.type=='dz'"
>
(多幢)
</span>
<span
v-if=
"item.type=='gzw'"
>
(构筑物)
</span>
<span
v-if=
"item.type=='zrz'"
>
(自然幢)
</span>
<span
v-if=
"item.type=='dz'"
>
(多幢)
</span>
<span
v-if=
"item.type=='gzw'"
>
(构筑物)
</span>
{{
item
.
mc
}}
{{
item
.
mc
}}
</div>
</div>
...
...
Please
register
or
sign in
to post a comment