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
891b5ef5
authored
2021-01-07 17:36:10 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(fg):多幢分割选择列表添加自然幢数量
1 parent
4313cbea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
src/components/dzQueryData/dzQueryData.vue
src/views/panel/change/fg/index.vue
src/components/dzQueryData/dzQueryData.vue
View file @
891b5ef
...
...
@@ -56,17 +56,18 @@
<div
class=
"table-bode"
>
<table
border=
"1"
>
<tr>
<td>
序号
</td>
<td>
操作
</td>
<td>
宗地代码
</td>
<td>
不动产单元号
</td>
<td>
项目名称
</td>
<td>
不动产权证号
</td>
<td>
权利人
</td>
<td>
坐落
</td>
<th>
序号
</th>
<th>
操作
</th>
<th>
宗地代码
</th>
<th>
不动产单元号
</th>
<th>
项目名称
</th>
<th>
不动产权证号
</th>
<th>
权利人
</th>
<th>
坐落
</th>
<th>
自然幢数量
</th>
</tr>
<tr
v-if=
"Data.length==0"
>
<td
colspan=
"
8
"
>
<tr
v-if=
"Data.length==
=
0"
>
<td
colspan=
"
9
"
>
<span
class=
"noData"
>
暂无数据
</span>
</td>
</tr>
...
...
@@ -79,8 +80,9 @@
<td>
{{
item
.
bdcdyh
}}
</td>
<td>
{{
item
.
xmmc
}}
</td>
<td>
{{
item
.
bdcqzh
}}
</td>
<td>
{{
item
.
qlr
}}
</td>
<td>
{{
item
.
qlr
mc
}}
</td>
<td>
{{
item
.
zl
}}
</td>
<td>
{{
item
.
zrzCount
}}
</td>
</tr>
</table>
</div>
...
...
@@ -208,7 +210,9 @@
background-color
:
#F5F7FA
;
}
}
th
{
height
:
36px
;
}
td
{
text-align
:
center
;
height
:
36px
;
...
...
src/views/panel/change/fg/index.vue
View file @
891b5ef
Please
register
or
sign in
to post a comment