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
687dac76
authored
2020-12-07 18:41:54 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表的户数据判断qszt增加林正现标识
1 parent
2dee3911
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
4 deletions
src/components/plh/plH.vue
src/views/zrz/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/components/plh/plH.vue
View file @
687dac7
...
...
@@ -3,7 +3,7 @@
<el-dialog
title=
"新增"
:visible
.
sync=
"isVisible"
width=
"
5
0%"
width=
"
7
0%"
@
close=
"close"
:modal-append-to-body=
"false"
center
>
...
...
src/views/zrz/index.vue
View file @
687dac7
...
...
@@ -46,8 +46,8 @@ export default {
};
</
script
>
<
style
scoped
lang=
"less"
>
//
.content_box
{
//
box-sizing
:
border-bo
x
;
.content_box
{
padding
:
0
0
16p
x
;
//
padding
:
0
20px
;
//
.el-tabs{
//
width
:
100%
;
...
...
@@ -65,5 +65,5 @@ export default {
//
width
:
100%
;
//
height
:
100%
;
//
}
//
}
}
</
style
>
...
...
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
687dac7
...
...
@@ -65,6 +65,9 @@
@
contextmenu
.
prevent=
"openMenu($event, hs, 'h')"
>
{{
hs
.
shbw
}}
<span
class=
"hqszt lin"
v-show=
"hs.qszt == '0'"
>
临
</span>
<span
class=
"hqszt zheng"
v-show=
"hs.qszt == '1'"
>
正
</span>
<span
class=
"hqszt xian"
v-show=
"hs.qszt == '2'"
>
现
</span>
</td>
</tr>
</table>
...
...
@@ -116,6 +119,9 @@
@
contextmenu
.
prevent=
"openMenu($event, hs, 'h')"
>
{{
hs
.
shbw
}}
<span
class=
"hqszt lin"
v-show=
"hs.qszt == '0'"
>
临
</span>
<span
class=
"hqszt zheng"
v-show=
"hs.qszt == '1'"
>
正
</span>
<span
class=
"hqszt xian"
v-show=
"hs.qszt == '2'"
>
现
</span>
</td>
</tr>
</table>
...
...
@@ -172,6 +178,9 @@
@
contextmenu
.
prevent=
"openMenu($event, hs, 'h')"
>
{{
hs
.
shbw
}}
<span
class=
"hqszt lin"
v-show=
"hs.qszt == '0'"
>
临
</span>
<span
class=
"hqszt zheng"
v-show=
"hs.qszt == '1'"
>
正
</span>
<span
class=
"hqszt xian"
v-show=
"hs.qszt == '2'"
>
现
</span>
</td>
</tr>
</table>
...
...
@@ -213,6 +222,9 @@
@
contextmenu
.
prevent=
"openMenu($event, hs, 'h')"
>
{{
hs
.
shbw
}}
<span
class=
"hqszt lin"
v-show=
"hs.qszt == '0'"
>
临
</span>
<span
class=
"hqszt zheng"
v-show=
"hs.qszt == '1'"
>
正
</span>
<span
class=
"hqszt xian"
v-show=
"hs.qszt == '2'"
>
现
</span>
</td>
</tr>
</table>
...
...
@@ -784,6 +796,31 @@ export default {
line-height
:
64px
;
text-align
:
center
;
cursor
:
pointer
;
position
:
relative
;
.hqszt{
display
:
inline-block
;
width
:
16px
;
height
:
16px
;
font-size
:
12px
;
line-height
:
16px
;
position
:
absolute
;
left
:
6px
;
top
:
6px
;
border
:
1px
solid
;
border-radius
:
8px
;
}
.lin
{
color
:
#F7B500
;
border-color
:
#F7B500
;
}
.zheng
{
color
:
#1AD6E1
;
border-color
:
#1AD6E1
;
}
.xian
{
color
:
#45AEFD
;
border-color
:
#45AEFD
;
}
}
.tdSelect
{
border
:
1px
solid
#006cff
!important
;
...
...
Please
register
or
sign in
to post a comment