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
72d5568a
authored
2023-02-03 14:40:10 +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
cf8479c1
8c6739e1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
18 deletions
src/views/business-info/Cfdj/data/index.js
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/Cfdj/data/index.js
View file @
72d5568
...
...
@@ -38,14 +38,23 @@ class data extends filter {
prop
:
"bdcqzh"
},
{
label
:
"查封
(解封)
机关"
,
prop
:
"c
j
fjg"
label
:
"查封机关"
,
prop
:
"cfjg"
},
{
label
:
"查封
(解封)
文号"
,
prop
:
"c
j
fwh"
label
:
"查封文号"
,
prop
:
"cfwh"
},
{
label
:
"解封机关"
,
prop
:
"jfjg"
},
{
label
:
"解封文号"
,
prop
:
"jfwh"
},
{
label
:
"查封开始时间"
,
width
:
140
,
prop
:
"cfqssj"
...
...
src/views/business-info/dyaq/data/index.js
View file @
72d5568
...
...
@@ -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 @
72d5568
...
...
@@ -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 @
72d5568
...
...
@@ -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