16d7d6b7 by 田浩浩

111111

1 parent 35a5d026
...@@ -10,27 +10,27 @@ class data extends filter { ...@@ -10,27 +10,27 @@ class data extends filter {
10 prop: "YWH", 10 prop: "YWH",
11 width: 150 11 width: 150
12 }, 12 },
13 { 13 // {
14 label: "抵押不动产类型", 14 // label: "抵押不动产类型",
15 render: (h, scope) => { 15 // render: (h, scope) => {
16 return ( 16 // return (
17 <div> 17 // <div>
18 <span>{ this.dicStatus(scope.row.DYBDCLX, 'A27')}</span> 18 // <span>{ this.dicStatus(scope.row.DYBDCLX, 'A27')}</span>
19 </div> 19 // </div>
20 ) 20 // )
21 }, 21 // },
22 }, 22 // },
23 { 23 // {
24 label: "登记类型", 24 // label: "登记类型",
25 width: 70, 25 // width: 70,
26 render: (h, scope) => { 26 // render: (h, scope) => {
27 return ( 27 // return (
28 <div> 28 // <div>
29 <span>{this.djlxStatus(scope.row.DJLX)}</span> 29 // <span>{this.djlxStatus(scope.row.DJLX)}</span>
30 </div> 30 // </div>
31 ) 31 // )
32 } 32 // }
33 }, 33 // },
34 { 34 {
35 label: "不动产单元号", 35 label: "不动产单元号",
36 prop: "BDCDYH" 36 prop: "BDCDYH"
......
...@@ -123,7 +123,7 @@ export default { ...@@ -123,7 +123,7 @@ export default {
123 this.loading = true 123 this.loading = true
124 let { result: { list, total, pages: pageSize, pageNum: current } 124 let { result: { list, total, pages: pageSize, pageNum: current }
125 } = await business.getQlfQlDyaqByCondition(this.form) 125 } = await business.getQlfQlDyaqByCondition(this.form)
126 this.tableData.data = list 126 this.tableData.data = list;
127 this.pageData = { 127 this.pageData = {
128 pageSize, 128 pageSize,
129 current, 129 current,
......