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
72d7e6a9
authored
2020-12-18 17:24:06 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表户单元状态判断
1 parent
6433e56a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
6 deletions
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
72d7e6a
...
...
@@ -72,6 +72,14 @@
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt lin"
v-show=
"hs.qszt == '0'"
>
临
</span>
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt zheng"
v-show=
"hs.qszt == '1'"
>
正
</span>
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt xian"
v-show=
"hs.qszt == '2'"
>
现
</span>
<ul
class=
"dyzt"
>
<li
style=
"background-color:#6EDEE1"
v-show=
"item.qqzt!='0'"
>
确
</li>
<li
style=
"background-color:#8ADC88"
v-show=
"item.bazt!='0'"
>
备
</li>
<li
style=
"background-color:#FF8282"
v-show=
"item.dyzt!='0'"
>
抵
</li>
<li
style=
"background-color:#D7CECF"
v-show=
"item.cfzt!='0'"
>
查
</li>
<li
style=
"background-color:#D4A3EB"
v-show=
"item.yyzt!='0'"
>
异
</li>
<li
style=
"background-color:#A5A3FB"
v-show=
"item.xzzt!='0'"
>
限
</li>
</ul>
</td>
</tr>
</table>
...
...
@@ -130,6 +138,14 @@
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt lin"
v-show=
"hs.qszt == '0'"
>
临
</span>
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt zheng"
v-show=
"hs.qszt == '1'"
>
正
</span>
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt xian"
v-show=
"hs.qszt == '2'"
>
现
</span>
<ul
class=
"dyzt"
>
<li
style=
"background-color:#6EDEE1"
v-show=
"item.qqzt!='0'"
>
确
</li>
<li
style=
"background-color:#8ADC88"
v-show=
"item.bazt!='0'"
>
备
</li>
<li
style=
"background-color:#FF8282"
v-show=
"item.dyzt!='0'"
>
抵
</li>
<li
style=
"background-color:#D7CECF"
v-show=
"item.cfzt!='0'"
>
查
</li>
<li
style=
"background-color:#D4A3EB"
v-show=
"item.yyzt!='0'"
>
异
</li>
<li
style=
"background-color:#A5A3FB"
v-show=
"item.xzzt!='0'"
>
限
</li>
</ul>
</td>
</tr>
</table>
...
...
@@ -194,6 +210,14 @@
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt lin"
v-show=
"hs.qszt == '0'"
>
临
</span>
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt zheng"
v-show=
"hs.qszt == '1'"
>
正
</span>
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt xian"
v-show=
"hs.qszt == '2'"
>
现
</span>
<ul
class=
"dyzt"
>
<li
style=
"background-color:#6EDEE1"
v-show=
"item.qqzt!='0'"
>
确
</li>
<li
style=
"background-color:#8ADC88"
v-show=
"item.bazt!='0'"
>
备
</li>
<li
style=
"background-color:#FF8282"
v-show=
"item.dyzt!='0'"
>
抵
</li>
<li
style=
"background-color:#D7CECF"
v-show=
"item.cfzt!='0'"
>
查
</li>
<li
style=
"background-color:#D4A3EB"
v-show=
"item.yyzt!='0'"
>
异
</li>
<li
style=
"background-color:#A5A3FB"
v-show=
"item.xzzt!='0'"
>
限
</li>
</ul>
</td>
</tr>
</table>
...
...
@@ -241,12 +265,12 @@
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt zheng"
v-show=
"hs.qszt == '1'"
>
正
</span>
<span
@
click
.
stop=
"qsztClick"
class=
"hqszt xian"
v-show=
"hs.qszt == '2'"
>
现
</span>
<ul
class=
"dyzt"
>
<li
style=
"background-color:#6EDEE1"
>
确
</li>
<li
style=
"background-color:#8ADC88"
>
备
</li>
<li
style=
"background-color:#FF8282"
>
抵
</li>
<li
style=
"background-color:#D7CECF"
>
查
</li>
<li
style=
"background-color:#D4A3EB"
>
异
</li>
<li
style=
"background-color:#A5A3FB"
>
限
</li>
<li
style=
"background-color:#6EDEE1"
v-show=
"item.qqzt!='0'"
>
确
</li>
<li
style=
"background-color:#8ADC88"
v-show=
"item.bazt!='0'"
>
备
</li>
<li
style=
"background-color:#FF8282"
v-show=
"item.dyzt!='0'"
>
抵
</li>
<li
style=
"background-color:#D7CECF"
v-show=
"item.cfzt!='0'"
>
查
</li>
<li
style=
"background-color:#D4A3EB"
v-show=
"item.yyzt!='0'"
>
异
</li>
<li
style=
"background-color:#A5A3FB"
v-show=
"item.xzzt!='0'"
>
限
</li>
</ul>
</td>
</tr>
...
...
Please
register
or
sign in
to post a comment