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
ffa334ff
authored
2023-02-02 17:36:13 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
2
1 parent
0493e34e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
14 deletions
src/views/business-info/dyaq/data/index.js
src/views/business-info/fdcqyz/data/index.js
src/views/business-info/zxdj/data/index.js
src/views/business-info/dyaq/data/index.js
View file @
ffa334f
...
...
@@ -35,14 +35,14 @@ class data extends filter {
},
{
label
:
"不动产权证号"
,
prop
:
"bdc
qz
h"
prop
:
"bdc
djzm
h"
},
{
label
:
"抵押类型"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
>
{
this
.
dicStatus
(
scope
.
row
.
dy
lx
,
'xxx
'
)}
<
/span
>
<
span
>
{
this
.
dicStatus
(
scope
.
row
.
dy
bdclx
,
'A27
'
)}
<
/span
>
<
/div
>
)
}
...
...
@@ -63,11 +63,11 @@ class data extends filter {
},
{
label
:
"被担保主债权数额"
,
prop
:
"
xxx
"
prop
:
"
bdbzzqse
"
},
{
label
:
"最高债权额"
,
prop
:
"
xxxx
"
prop
:
"
zgzqse
"
},
{
label
:
"登记时间"
,
...
...
src/views/business-info/fdcqyz/data/index.js
View file @
ffa334f
...
...
@@ -46,7 +46,7 @@ class data extends filter {
},
{
label
:
"用途"
,
prop
:
"
tdyt
"
prop
:
"
ytmc
"
},
{
label
:
"权利类型"
,
...
...
@@ -59,14 +59,8 @@ class data extends filter {
},
},
{
label
:
"权力性质"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
>
{
this
.
dicStatus
(
scope
.
row
.
qlxz
,
'A9'
)}
<
/span
>
<
/div
>
)
},
label
:
"房屋性质"
,
prop
:
"fwxzmc"
},
{
label
:
"登记类型"
,
...
...
src/views/business-info/zxdj/data/index.js
View file @
ffa334f
...
...
@@ -21,7 +21,7 @@ class data extends filter {
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
>
{
this
.
dicStatus
(
scope
.
row
.
QSZT
,
'A22'
)}
<
/span
>
<
span
>
{
this
.
dicStatus
(
scope
.
row
.
qszt
,
'A22'
)}
<
/span
>
<
/div
>
)
},
...
...
Please
register
or
sign in
to post a comment