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
a091d663
authored
2023-06-26 13:33:15 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书领取查询
1 parent
77b4c474
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
14 deletions
src/views/zhcx/zslqcx/zslqcx.js
src/views/zhcx/zslqcx/zslqcx.js
View file @
a091d66
...
...
@@ -8,7 +8,7 @@ class data extends filter {
constructor
()
{
super
()
}
columns
()
{
columns
()
{
return
[
{
label
:
'序号'
,
...
...
@@ -52,17 +52,7 @@ class data extends filter {
label
:
"业务号"
,
width
:
'100'
},
{
label
:
"证书内容"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
link
type
=
"primary"
onClick
=
{()
=>
{
vm
.
openDialog
(
scope
.
row
)
}}
>
查看
<
/el-link
>
<
/div
>
)
}
},
{
prop
:
"ysxlh"
,
label
:
"印刷序列号"
,
...
...
@@ -75,17 +65,18 @@ class data extends filter {
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
minWidth
:
'1
1
0'
minWidth
:
'1
2
0'
},
{
prop
:
"qlr"
,
label
:
"权利人"
,
minWidth
:
'100'
},
{
prop
:
"ywr"
,
label
:
"义务人"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
...
...
@@ -95,6 +86,17 @@ class data extends filter {
prop
:
"zl"
,
label
:
"坐落"
},
{
label
:
"证书内容"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
link
type
=
"primary"
onClick
=
{()
=>
{
vm
.
openDialog
(
scope
.
row
)
}}
>
查看
<
/el-link
>
<
/div
>
)
}
},
]
}
}
...
...
Please
register
or
sign in
to post a comment