16d7d6b7 by 田浩浩

111111

1 parent 35a5d026
......@@ -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"
......
......@@ -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,
......