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
e8111c9b
authored
2021-01-04 17:21:26 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
判断楼盘表过期数据标识
1 parent
be40c0a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
e8111c9
...
...
@@ -54,15 +54,20 @@
: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
class=
"qsztImg"
v-if=
"item.bblx == 1 || (item.bhqkbsm != ''&& item.bhqkbsm != null)"
style=
"background: #9e9b9b"
>
<span
class=
"qsztFont"
>
弃
</span>
</span>
<template
v-else
>
<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>
</
template
>
<!-- <img class="qsztImg" v-if="item.qszt=='0'" :src="linshi"/>
<img class="qsztImg" v-if="item.qszt=='1'" :src="zhengshi"/>
...
...
Please
register
or
sign in
to post a comment