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
37f11673
authored
2020-12-23 08:46:27 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
分割宗地的宗地缩略图
1 parent
31e8c965
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
9 deletions
src/assets/images/map_default.png
src/views/panel/change/fg/index.vue
src/views/panel/change/hb/index.vue
src/assets/images/map_default.png
0 → 100644
View file @
37f1167
25.4 KB
src/views/panel/change/fg/index.vue
View file @
37f1167
...
...
@@ -19,7 +19,7 @@
<li><span
class=
"label"
>
坐落:
</span><span
class=
"value"
>
{{
zdFgqData
.
zl
}}
</span></li>
</ul>
<div
class=
"zdmap"
>
<img
:src=
"mapDefault"
class=
"mapImg"
alt=
""
>
</div>
</el-card>
<div
class=
"zxx"
>
...
...
@@ -320,12 +320,12 @@
getListByXzqbsm
,
getListByPbsm
,
getDdicByMC
}
from
"
./../../../../
api/common"
;
import
{
getQjZdjbxxDetailById
,
zdfg
,
getZrz
}
from
'
./../../../../
api/zd'
import
{
getZdxx
,
ZdfggetZxx
,
dzfgGetZrzxx
,
saveDzFg
}
from
'
./../../../../
api/dz'
import
{
getHZdxx
}
from
'
./../../../../
api/h'
import
zdQueryData
from
'
./../../../../
components/zdQueryData/zdQueryData'
import
dzQueryData
from
'
./../../../../
components/dzQueryData/dzQueryData'
}
from
"
@
api/common"
;
import
{
getQjZdjbxxDetailById
,
zdfg
,
getZrz
}
from
'
@
api/zd'
import
{
getZdxx
,
ZdfggetZxx
,
dzfgGetZrzxx
,
saveDzFg
}
from
'
@
api/dz'
import
{
getHZdxx
}
from
'
@
api/h'
import
zdQueryData
from
'
@
components/zdQueryData/zdQueryData'
import
dzQueryData
from
'
@
components/dzQueryData/dzQueryData'
import
{
Message
}
from
'element-ui'
import
hfghb
from
'../hfghb/index'
...
...
@@ -339,6 +339,7 @@
tabName
:
'zd'
,
centerDialogVisible
:
false
,
zdFgqData
:
{},
// 宗地分割前数据
mapDefault
:
require
(
'@assets/images/map_default.png'
),
dzFgqData
:
{},
//多幢分割前数据
hFgqData
:
{},
// 户分割前数据
zdZrzList
:
[],
// 宗地自然幢集合
...
...
@@ -987,9 +988,10 @@
float
:
left
;
}
.zdmap
{
width
:
calc
(
100%
-
3
8
0px
);
width
:
calc
(
100%
-
3
9
0px
);
height
:
200px
;
float
:
left
;
border
:
1px
solid
#E6E6E6
;
}
}
.zxx
{
...
...
@@ -1228,6 +1230,12 @@
.search
{
color
:
#BBB
!important
;
}
.mapImg
{
height
:
180px
;
width
:
210px
;
display
:
block
;
margin
:
10px
auto
;
}
/
deep
/
.el-select
{
width
:
100%
;
}
...
...
src/views/panel/change/hb/index.vue
View file @
37f1167
...
...
@@ -288,7 +288,8 @@
path
:
'/zd'
,
query
:
{
bsm
:
res
.
result
,
source
:
2
source
:
2
,
auth
:
'2'
}
});
}
else
{
...
...
Please
register
or
sign in
to post a comment