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
27475568
authored
2020-12-30 09:59:05 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
临时正式现势状态修改
1 parent
328f9bd9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
2747556
...
...
@@ -53,9 +53,23 @@
:ref="($route.query.bsm
&&
$route.query.bsm==item.bsm)?'curZxx':''"
:data-zdbsm="item.zdbsm"
>
<img
class=
"qsztImg"
v-if=
"item.qszt=='0'"
:src=
"linshi"
/>
<!--
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
>
临时
</span>
-->
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
style=
"border-radius: 50%; height: 20px; width: 20px; display: inline-block;background: #f79700; vertical-align: top;"
>
<span
style=
"display: block; color: #FFFFFF; height: 20px; line-height: 20px; font-size: 14px; text-align: center"
>
临
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='1'"
style=
"border-radius: 50%; height: 20px; width: 20px; display: inline-block;background:#00dd00; vertical-align: top;"
>
<span
style=
"display: block; color: #FFFFFF; height: 20px; line-height: 20px; font-size: 14px; text-align: center"
>
正
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='2'"
style=
"border-radius: 50%; height: 20px; width: 20px; display: inline-block;background: #238ff9; vertical-align: top;"
>
<span
style=
"display: block; color: #FFFFFF; height: 20px; line-height: 20px; font-size: 14px; text-align: center"
>
现
</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"
/>
<img
class=
"qsztImg"
v-if=
"item.qszt=='2'"
:src=
"xianshi"
/>
-->
{{
item
.
mc
}}
</div>
</div>
...
...
Please
register
or
sign in
to post a comment