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
16d7d6b7
authored
2023-01-12 10:21:13 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111111
1 parent
35a5d026
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
src/views/business-info/mortgage-registration/data/index.js
src/views/business-info/mortgage-registration/index.vue
src/views/business-info/mortgage-registration/data/index.js
View file @
16d7d6b
...
...
@@ -10,27 +10,27 @@ class data extends filter {
prop
:
"YWH"
,
width
:
150
},
{
label
:
"抵押不动产类型"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
>
{
this
.
dicStatus
(
scope
.
row
.
DYBDCLX
,
'A27'
)}
<
/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.dicStatus(scope.row.DYBDCLX, 'A27')}</span>
//
</div>
//
)
//
},
//
},
//
{
//
label: "登记类型",
//
width: 70,
//
render: (h, scope) => {
//
return (
//
<div>
//
<span>{this.djlxStatus(scope.row.DJLX)}</span>
//
</div>
//
)
//
}
//
},
{
label
:
"不动产单元号"
,
prop
:
"BDCDYH"
...
...
src/views/business-info/mortgage-registration/index.vue
View file @
16d7d6b
...
...
@@ -123,7 +123,7 @@ export default {
this
.
loading
=
true
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfQlDyaqByCondition
(
this
.
form
)
this
.
tableData
.
data
=
list
this
.
tableData
.
data
=
list
;
this
.
pageData
=
{
pageSize
,
current
,
...
...
Please
register
or
sign in
to post a comment