Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
7bbbdc6b
authored
2023-01-12 10:48:24 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
a1446bee
462bb095
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
14 deletions
src/views/business-info/mortgage-registration/data/index.js
src/views/business-info/mortgage-registration/data/index.js
View file @
7bbbdc6
...
...
@@ -6,20 +6,25 @@ class data extends filter {
columns
()
{
return
[
{
label
:
"权属状态"
,
prop
:
"qszt"
,
width
:
100
},
{
label
:
"业务号"
,
prop
:
"
YWH
"
,
prop
:
"
ywh
"
,
width
:
150
},
//
{
//
label: "抵押不动产类型",
//
render: (h, scope) => {
//
return (
//
<div>
//
<span>{ this.dicStatus(scope.row.DYBDCLX, 'A27')}</span>
//
</div>
//
)
//
},
//
},
{
label
:
"抵押不动产类型"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
>
{
this
.
dicStatus
(
scope
.
row
.
DYBDCLX
,
'A27'
)}
<
/span
>
<
/div
>
)
},
},
// {
// label: "登记类型",
// width: 70,
...
...
@@ -33,11 +38,27 @@ class data extends filter {
// },
{
label
:
"不动产单元号"
,
prop
:
"
BDCDYH
"
prop
:
"
bdcdyh
"
},
{
label
:
"不动产登记证明号"
,
prop
:
"BDCDJZMH"
prop
:
"bdcdjzmh"
},
{
label
:
"抵押人"
,
prop
:
"dyr"
},
{
label
:
"被担保主债权数额"
,
prop
:
"bdbzzqse"
},
{
label
:
"最高债权额"
,
prop
:
"zgzqse"
},
{
label
:
"抵押面积"
,
prop
:
"dymj"
},
{
label
:
"登记时间"
,
...
...
@@ -46,7 +67,7 @@ class data extends filter {
},
{
label
:
"登记机构"
,
prop
:
"
DJJG
"
prop
:
"
djjg
"
}
]
}
...
...
Please
register
or
sign in
to post a comment