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
da175b8e
authored
2023-01-12 10:24:52 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
b51a69d2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
26 deletions
src/views/business-info/tdsyq/data/index.js
src/views/business-info/tdsyq/index.vue
src/views/business-info/tdsyq/data/index.js
View file @
da175b8
...
...
@@ -7,37 +7,37 @@ class data extends filter {
return
[
{
label
:
"业务号"
,
prop
:
"
YWH
"
,
prop
:
"
ywh
"
,
width
:
150
},
{
label
:
"权利类型"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
>
{
this
.
qllxStatus
(
scope
.
row
.
QLLX
)}
<
/span
>
<
/div
>
)
},
},
{
label
:
"登记类型"
,
width
:
70
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
>
{
this
.
djlxStatus
(
scope
.
row
.
DJLX
)}
<
/span
>
<
/div
>
)
}
},
//
{
//
label: "权利类型",
//
render: (h, scope) => {
//
return (
//
<div>
//
<span>{ this.qllxStatus(scope.row.QLLX)}</span>
//
</div>
//
)
//
},
//
},
//
{
//
label: "登记类型",
//
width: 70,
//
render: (h, scope) => {
//
return (
//
<div>
//
<span>{this.djlxStatus(scope.row.DJLX)}</span>
//
</div>
//
)
//
}
//
},
{
label
:
"不动产单元号"
,
prop
:
"
BDCDYH
"
prop
:
"
bdcdyh
"
},
{
label
:
"不动产权证号"
,
prop
:
"
BDCQZH
"
prop
:
"
bdcqzh
"
},
{
label
:
"登记时间"
,
...
...
@@ -46,7 +46,7 @@ class data extends filter {
},
{
label
:
"登记机构"
,
prop
:
"
DJJG
"
prop
:
"
djjg
"
}
]
}
...
...
src/views/business-info/tdsyq/index.vue
View file @
da175b8
...
...
@@ -159,7 +159,8 @@ export default {
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfQlHysyqByConditon
(
this
.
form
)
}
=
await
business
.
getQlfQlTdsyqListByCondition
(
this
.
form
)
debugger
;
this
.
tableData
.
data
=
list
this
.
pageData
=
{
pageSize
,
...
...
Please
register
or
sign in
to post a comment