Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
1 changed file
with
35 additions
and
14 deletions
| ... | @@ -6,20 +6,25 @@ class data extends filter { | ... | @@ -6,20 +6,25 @@ class data extends filter { |
| 6 | columns () { | 6 | columns () { |
| 7 | return [ | 7 | return [ |
| 8 | { | 8 | { |
| 9 | label: "权属状态", | ||
| 10 | prop: "qszt", | ||
| 11 | width: 100 | ||
| 12 | }, | ||
| 13 | { | ||
| 9 | label: "业务号", | 14 | label: "业务号", |
| 10 | prop: "YWH", | 15 | prop: "ywh", |
| 11 | width: 150 | 16 | width: 150 |
| 12 | }, | 17 | }, |
| 13 | // { | 18 | { |
| 14 | // label: "抵押不动产类型", | 19 | label: "抵押不动产类型", |
| 15 | // render: (h, scope) => { | 20 | render: (h, scope) => { |
| 16 | // return ( | 21 | return ( |
| 17 | // <div> | 22 | <div> |
| 18 | // <span>{ this.dicStatus(scope.row.DYBDCLX, 'A27')}</span> | 23 | <span>{ this.dicStatus(scope.row.DYBDCLX, 'A27')}</span> |
| 19 | // </div> | 24 | </div> |
| 20 | // ) | 25 | ) |
| 21 | // }, | 26 | }, |
| 22 | // }, | 27 | }, |
| 23 | // { | 28 | // { |
| 24 | // label: "登记类型", | 29 | // label: "登记类型", |
| 25 | // width: 70, | 30 | // width: 70, |
| ... | @@ -33,11 +38,27 @@ class data extends filter { | ... | @@ -33,11 +38,27 @@ class data extends filter { |
| 33 | // }, | 38 | // }, |
| 34 | { | 39 | { |
| 35 | label: "不动产单元号", | 40 | label: "不动产单元号", |
| 36 | prop: "BDCDYH" | 41 | prop: "bdcdyh" |
| 37 | }, | 42 | }, |
| 38 | { | 43 | { |
| 39 | label: "不动产登记证明号", | 44 | label: "不动产登记证明号", |
| 40 | prop: "BDCDJZMH" | 45 | prop: "bdcdjzmh" |
| 46 | }, | ||
| 47 | { | ||
| 48 | label: "抵押人", | ||
| 49 | prop: "dyr" | ||
| 50 | }, | ||
| 51 | { | ||
| 52 | label: "被担保主债权数额", | ||
| 53 | prop: "bdbzzqse" | ||
| 54 | }, | ||
| 55 | { | ||
| 56 | label: "最高债权额", | ||
| 57 | prop: "zgzqse" | ||
| 58 | }, | ||
| 59 | { | ||
| 60 | label: "抵押面积", | ||
| 61 | prop: "dymj" | ||
| 41 | }, | 62 | }, |
| 42 | { | 63 | { |
| 43 | label: "登记时间", | 64 | label: "登记时间", |
| ... | @@ -46,7 +67,7 @@ class data extends filter { | ... | @@ -46,7 +67,7 @@ class data extends filter { |
| 46 | }, | 67 | }, |
| 47 | { | 68 | { |
| 48 | label: "登记机构", | 69 | label: "登记机构", |
| 49 | prop: "DJJG" | 70 | prop: "djjg" |
| 50 | } | 71 | } |
| 51 | ] | 72 | ] |
| 52 | } | 73 | } | ... | ... |
-
Please register or sign in to post a comment