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
33ef9c29
authored
2020-12-30 10:46:25 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢多幢构筑物目录树区分
1 parent
b48f4ef4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
33ef9c2
...
...
@@ -67,7 +67,15 @@
<!--
<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"
/>
-->
{{
item
.
mc
}}
<span
v-if=
"item.type=='zrz'"
>
(自然幢)
</span>
<span
v-if=
"item.type=='dz'"
>
(多幢)
</span>
<span
v-if=
"item.type=='gzw'"
>
(构筑物)
</span>
{{
item
.
mc
}}
</div>
</div>
<line-item
...
...
@@ -128,6 +136,7 @@ export default {
},
methods
:
{
itemClick
(
item
)
{
debugger
;
let
self
=
this
;
// 开启延时器,300ms的间隔区分单击和双击,解决双击时执行两次单击事件
clearTimeout
(
self
.
time
);
...
...
Please
register
or
sign in
to post a comment