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
4d37d9af
authored
2023-08-04 10:07:17 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:宗地基本信息
1 parent
a31b350b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
28 deletions
src/views/registerBook/zdjbxx.vue
src/views/registerBook/zdjbxx.vue
View file @
4d37d9a
<!--
* @Description :宗地基本信息
* @Autor : miaofang
* @LastEditTime
: 2023-07-31 17:21:56
* @LastEditTime
: 2023-08-04 10:06:45
-->
<
template
>
<div
class=
"tableDivCss"
>
...
...
@@ -87,30 +87,11 @@
<td
colspan=
"3"
>
{{
zdjbxx
.
zdszb
}}
</td>
</tr>
<tr>
<td>
登记时间
</td>
<td
colspan=
"2"
>
{{
zdjbxx
.
bz
}}
</td>
<td>
登簿人
</td>
<td>
{{
zdjbxx
.
bz
}}
</td>
</tr>
<tr>
<td>
附记
</td>
<td
colspan=
"4"
>
{{
zdjbxx
.
fj
}}
</td>
</tr>
<!--
<tr>
<td>
状态
</td>
<td
colspan=
"2"
>
{{
zdjbxx
.
zt
}}
</td>
<td>
区县代码
</td>
<td>
{{
zdjbxx
.
qxdm
}}
</td>
</tr>
-->
<tr
v-if=
"showGroup"
>
<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>
-->
</tr>
<tr
v-if=
"showGroup"
>
...
...
@@ -130,11 +111,11 @@
</
template
>
<
script
>
import
store
from
"@/store/index.js"
;
import
{
getZdjjxxBybdcdyid
}
from
"@/api/djbDetail.js"
;
import
store
from
"@/store/index.js"
;
import
{
getZdjjxxBybdcdyid
}
from
"@/api/djbDetail.js"
;
export
default
{
data
()
{
export
default
{
data
()
{
return
{
bhqkColumns
:
[
{
...
...
@@ -213,7 +194,7 @@ export default {
}
},
},
created
()
{
created
()
{
this
.
loadData
();
},
methods
:
{
...
...
@@ -221,7 +202,7 @@ export default {
* @description: loadData
* @author: renchao
*/
loadData
()
{
loadData
()
{
getZdjjxxBybdcdyid
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
zdjbxx
=
res
.
result
.
zdjbxx
;
...
...
@@ -233,8 +214,8 @@ export default {
});
},
},
};
};
</
script
>
<
style
lang=
"scss"
scoped
>
@import
"~@/styles/tablecss.scss"
;
@import
"~@/styles/tablecss.scss"
;
</
style
>
...
...
Please
register
or
sign in
to post a comment