Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
f735de64
authored
2023-03-31 10:53:07 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
f93be5cf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
12 deletions
src/styles/tablecss.scss
src/views/registerBook/zdjbxx.vue
src/styles/tablecss.scss
View file @
f735de6
...
...
@@ -3,16 +3,13 @@
height
:
100%
;
background-color
:
#f5f5f5
;
padding
:
5px
;
overflow-y
:
scroll
;
}
.tableCss
{
overflow-x
:
auto
;
overflow-y
:
scroll
;
width
:
100%
;
// height: 95%;
background
:
#fff
;
text-align
:
center
;
// padding: 4px;
border-collapse
:
collapse
;
color
:
#333
;
...
...
src/views/registerBook/zdjbxx.vue
View file @
f735de6
...
...
@@ -2,7 +2,7 @@
<div
class=
"tableDivCss"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"tableCss"
>
<tr>
<th
colspan=
"
12
"
class=
"title"
>
宗地基本信息
</th>
<th
colspan=
"
5
"
class=
"title"
>
宗地基本信息
</th>
</tr>
<tr>
<td>
单位
</td>
...
...
@@ -17,7 +17,7 @@
<td
colspan=
"4"
>
{{
zdjbxx
.
zl
}}
</td>
</tr>
<tr>
<td
style=
"width:10%"
rowspan=
"8"
>
土地状况
</td>
<td
rowspan=
"8"
>
土地状况
</td>
</tr>
<tr>
<td
style=
"width:15%"
>
宗地面积
</td>
...
...
@@ -90,7 +90,7 @@
<tr>
<td>
附记
</td>
<td
colspan=
"
8
"
>
{{
zdjbxx
.
fj
}}
</td>
<td
colspan=
"
4
"
>
{{
zdjbxx
.
fj
}}
</td>
</tr>
<!--
<tr>
<td>
状态
</td>
...
...
@@ -99,15 +99,31 @@
<td>
{{
zdjbxx
.
qxdm
}}
</td>
</tr>
-->
<tr
v-if=
"showGroup"
>
<td>
变化情况
</td>
<td
colspan=
"4"
>
<table
cellspacing=
"0"
cellpadding=
"0"
:width=
"bhqkTableWidth"
>
<td
rowspan=
"4"
>
变化情况
</td>
<!--
<table
cellspacing=
"0"
cellpadding=
"0"
:width=
"bhqkTableWidth"
>
<tr
v-for=
"(item, index) in bhqkColumns"
:key=
"index"
>
<td
class=
"bhqkTh"
>
{{
item
.
label
}}
</td>
</tr>
</table>
</td>
</table>
-->
</tr>
<tr
v-if=
"showGroup"
>
<td
>
变化原因
</td>
<td
>
变化内容
</td>
<td
>
登记时间
</td>
<td
>
登簿人
</td>
</tr>
<!--
<tr
>
<td>
{{
zdbhqks
[
0
].
bhyy
}}
</td>
<td>
{{
zdbhqks
[
0
].
bhnr
}}
</td>
<td>
{{
zdbhqks
[
0
].
djsj
}}
</td>
<td>
{{
zdbhqks
[
0
].
dbr
}}
</td>
</tr>
-->
</table>
</div>
</
template
>
...
...
@@ -169,6 +185,7 @@ export default {
if
(
res
.
code
===
200
)
{
this
.
zdjbxx
=
res
.
result
.
zdjbxx
;
this
.
zdbhqks
=
res
.
result
.
zdbhqkList
;
debugger
;
if
(
this
.
zdbhqks
!=
null
&&
this
.
zdbhqks
.
length
>
0
)
{
this
.
showGroup
=
true
;
}
...
...
Please
register
or
sign in
to post a comment