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
04dd3e6b
authored
2023-09-15 14:13:01 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
444
1 parent
d076e927
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
15 deletions
src/views/zhcx/zslqcx/zslqcx.js
src/views/zhcx/zslqcx/zslqcx.js
View file @
04dd3e6
...
...
@@ -23,6 +23,21 @@ class data extends filter {
}
},
{
label
:
"证书状态"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{
scope
.
row
.
zszt
==
'1'
?
<
div
class
=
'allow'
>
有效
<
/div>
:
<
div
class
=
'prohibit'
>
失效
<
/div
>
}
<
/div
>
)
}
},
{
label
:
"领取状态"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
...
...
@@ -38,31 +53,45 @@ class data extends filter {
}
},
{
prop
:
"lzrxm"
,
label
:
"领取人"
,
width
:
'100'
},
{
prop
:
"fzsj"
,
label
:
"领取时间"
,
width
:
'140'
label
:
"不动产权证类型"
,
width
:
'120'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{
scope
.
row
.
bdcqzlx
==
'1'
?
<
div
>
不动产权证书
<
/div>
:
<
div
>
不动产登记证明
<
/div
>
}
<
/div
>
)
}
},
// {
// prop: "lzrxm",
// label: "领取人",
// width: '100'
// },
// {
// prop: "fzsj",
// label: "领取时间",
// width: '140'
// },
{
prop
:
"ywh"
,
label
:
"业务号"
,
width
:
'100'
},
{
prop
:
"ysxlh"
,
label
:
"印刷序列号"
,
width
:
'100'
},
{
label
:
"权利类型"
,
prop
:
"qllx"
,
},
{
prop
:
"ysxlh"
,
label
:
"印刷序列号"
,
width
:
'100'
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
minWidth
:
'150'
,
...
...
@@ -101,7 +130,7 @@ class data extends filter {
}
},
{
label
:
"证书
内容
"
,
label
:
"证书
详情
"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
return
(
...
...
Please
register
or
sign in
to post a comment