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
929fda45
authored
2023-08-15 09:17:04 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改土地所有权权利页内容显示
1 parent
531172ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
111 additions
and
1 deletions
src/views/registerBook/qlxxFormData.js
src/views/registerBook/tdsyq.vue
src/views/registerBook/qlxxFormData.js
View file @
929fda4
...
...
@@ -24,6 +24,116 @@ class data extends filter {
label
:
"历史"
,
},
],
TDSYQ
:
[
{
prop
:
"qszt"
,
label
:
"权属状态"
,
},
{
prop
:
"sjlx"
,
label
:
"数据类型"
,
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
},
{
prop
:
"djlxmc"
,
label
:
"登记类型"
,
},
{
prop
:
"ssywh"
,
label
:
"上手业务号"
,
},
{
prop
:
"dah"
,
label
:
"档案号"
,
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
},
{
prop
:
"gyqk"
,
label
:
"共有情况"
,
},
{
prop
:
"qlrlx"
,
label
:
"权利人类型"
,
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
},
{
prop
:
"qlrzjzl"
,
label
:
"证件种类"
,
},
{
prop
:
"qlrzjhm"
,
label
:
"证件号"
,
},
{
prop
:
"ytmc"
,
label
:
"土地用途"
,
},
{
prop
:
"mjdw"
,
label
:
"面积单位"
,
},
{
prop
:
"gdmj"
,
label
:
"耕地面积"
,
},
{
prop
:
"ldmj"
,
label
:
"林地面积"
,
},
{
prop
:
"cdmj"
,
label
:
"草地面积"
,
},
{
prop
:
"qtnydmj"
,
label
:
"其他农用地面积"
,
},
{
prop
:
"jsydmj"
,
label
:
"建设用地面积"
,
},
{
prop
:
"wlydmj"
,
label
:
"未利用地面积"
,
},
{
prop
:
"djyy"
,
label
:
"登记原因"
,
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
},
{
prop
:
"djsj"
,
label
:
"登记时间"
,
},
{
prop
:
"dbr"
,
label
:
"登簿人"
,
},
{
prop
:
"fj"
,
label
:
"附记"
,
},
],
JSYDSYQ
:
[
{
prop
:
"qszt"
,
...
...
src/views/registerBook/tdsyq.vue
View file @
929fda4
...
...
@@ -78,7 +78,7 @@
//空列值个数
emptycolNum
:
datas
.
columns
().
emptycolNum
,
//列名称对象
columns
:
datas
.
columns
().
JSY
DSYQ
,
columns
:
datas
.
columns
().
T
DSYQ
,
};
},
created
()
{
...
...
Please
register
or
sign in
to post a comment