12
Showing
2 changed files
with
7 additions
and
7 deletions
| ... | @@ -21,27 +21,27 @@ class data extends filter { | ... | @@ -21,27 +21,27 @@ class data extends filter { |
| 21 | render: (h, scope) => { | 21 | render: (h, scope) => { |
| 22 | return ( | 22 | return ( |
| 23 | <div> | 23 | <div> |
| 24 | <span>{this.dicStatus(scope.row.ZXYWH, 'A22')}</span> | 24 | <span>{this.dicStatus(scope.row.QSZT, 'A22')}</span> |
| 25 | </div> | 25 | </div> |
| 26 | ) | 26 | ) |
| 27 | }, | 27 | }, |
| 28 | }, | 28 | }, |
| 29 | { | 29 | { |
| 30 | label: "业务号", | 30 | label: "业务号", |
| 31 | prop: "BDCDYH" | 31 | prop: "YWH" |
| 32 | }, | 32 | }, |
| 33 | { | 33 | { |
| 34 | label: "不动产单元号", | 34 | label: "不动产单元号", |
| 35 | prop: "BDCQZH" | 35 | prop: "BDCDYH" |
| 36 | }, | 36 | }, |
| 37 | { | 37 | { |
| 38 | label: "不动产产权证号", | 38 | label: "不动产权证号", |
| 39 | prop: "bdccqzh", | 39 | prop: "BDCQZH", |
| 40 | width: 150 | 40 | width: 150 |
| 41 | }, | 41 | }, |
| 42 | { | 42 | { |
| 43 | label: "权利人", | 43 | label: "权利人", |
| 44 | prop: "qlr" | 44 | prop: "qlrmc" |
| 45 | }, | 45 | }, |
| 46 | { | 46 | { |
| 47 | label: "用途", | 47 | label: "用途", | ... | ... |
-
Please register or sign in to post a comment