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
6f853957
authored
2020-12-25 08:59:08 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表点击图例自动展开
1 parent
5afbf597
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
19 deletions
src/views/panel/change/cxlz/index.vue
src/views/panel/change/fwsxbg/index.vue
src/views/panel/change/hfghb/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/panel/change/cxlz/index.vue
View file @
6f85395
...
...
@@ -525,7 +525,10 @@ export default {
//改变syclx,更新楼盘表数据
scyclx
(
n
){
this
.
$refs
.
lpbContent
.
lpbData
=
n
==
0
?
this
.
$refs
.
lpbContent
.
yclpbData
:
this
.
$refs
.
lpbContent
.
sclpbData
}
},
selectedZt
(
n
){
this
.
legendToggleFlag
=
true
;
},
},
};
</
script
>
...
...
@@ -677,10 +680,7 @@ table:hover {
color
:
#fff
;
border-bottom
:
1px
solid
#e6e6e6
;
}
.dyzt
{
height
:
81px
;
line-height
:
81px
;
}
.dyzt
,
.fwxz
,
.fwyt
{
height
:
122px
;
...
...
src/views/panel/change/fwsxbg/index.vue
View file @
6f85395
...
...
@@ -561,7 +561,10 @@ export default {
//改变syclx,更新楼盘表数据
scyclx
(
n
){
this
.
$refs
.
lpbContent
.
lpbData
=
n
==
0
?
this
.
$refs
.
lpbContent
.
yclpbData
:
this
.
$refs
.
lpbContent
.
sclpbData
}
},
selectedZt
(
n
){
this
.
legendToggleFlag
=
true
;
},
},
};
</
script
>
...
...
@@ -630,10 +633,7 @@ export default {
color
:
#fff
;
border-bottom
:
1px
solid
#e6e6e6
;
}
.dyzt
{
height
:
81px
;
line-height
:
81px
;
}
.dyzt
,
.fwxz
,
.fwyt
{
height
:
122px
;
...
...
src/views/panel/change/hfghb/index.vue
View file @
6f85395
...
...
@@ -508,7 +508,10 @@ export default {
//改变syclx,更新楼盘表数据
scyclx
(
n
){
this
.
$refs
.
lpbContent
.
lpbData
=
n
==
0
?
this
.
$refs
.
lpbContent
.
yclpbData
:
this
.
$refs
.
lpbContent
.
sclpbData
}
},
selectedZt
(
n
){
this
.
legendToggleFlag
=
true
;
},
},
}
</
script
>
...
...
@@ -561,10 +564,7 @@ export default {
color
:
#fff
;
border-bottom
:
1px
solid
#e6e6e6
;
}
.dyzt
{
height
:
81px
;
line-height
:
81px
;
}
.dyzt
,
.fwxz
,
.fwyt
{
height
:
122px
;
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
6f85395
...
...
@@ -853,10 +853,7 @@ export default {
color
:
#fff
;
border-bottom
:
1px
solid
#e6e6e6
;
}
.dyzt
{
height
:
81px
;
line-height
:
81px
;
}
.dyzt
,
.fwxz
,
.fwyt
{
height
:
122px
;
...
...
Please
register
or
sign in
to post a comment