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
911ead2b
authored
2020-12-28 15:35:24 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
调整
1 parent
7fb2a076
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/components/dzHb/dzHb.vue
src/views/panel/change/hb/index.vue
src/components/dzHb/dzHb.vue
View file @
911ead2
<
template
>
<div
class=
"hb-tabs top20"
>
<div
class=
"hbq"
>
<span
class=
"tips"
style=
"margin-left:0;"
>
合并前
多幢信息
</span>
<span
class=
"tips"
style=
"margin-left:0;"
>
合并前
幢信息(已选择幢
{{
dzhbqData
.
length
}}
个)
</span>
<div>
<div
style=
"margin-top: 14px"
>
<el-table
:data=
"dzhbqData"
border
...
...
src/views/panel/change/hb/index.vue
View file @
911ead2
...
...
@@ -3,7 +3,7 @@
<el-tabs
v-model=
"tabName"
class=
"menu"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"宗地合并"
name=
"zd"
>
<div
class=
"hb-tabs top20"
>
<span
class=
"tips"
>
合并前宗地信息
</span>
<span
class=
"tips"
>
合并前宗地信息
(已选择宗地
{{
zdhbqData
.
length
}}
个)
</span>
<div
class=
"hbq"
>
<el-table
...
...
Please
register
or
sign in
to post a comment