444
Showing
1 changed file
with
44 additions
and
15 deletions
| ... | @@ -23,6 +23,21 @@ class data extends filter { | ... | @@ -23,6 +23,21 @@ class data extends filter { | 
| 23 | } | 23 | } | 
| 24 | }, | 24 | }, | 
| 25 | { | 25 | { | 
| 26 | label: "证书状态", | ||
| 27 | width: '80', | ||
| 28 | render: (h, scope) => { | ||
| 29 | return ( | ||
| 30 | <div> | ||
| 31 | { | ||
| 32 | scope.row.zszt=='1' ? | ||
| 33 | <div class='allow'>有效</div> : | ||
| 34 | <div class='prohibit'>失效</div> | ||
| 35 | } | ||
| 36 | </div> | ||
| 37 | ) | ||
| 38 | } | ||
| 39 | }, | ||
| 40 | { | ||
| 26 | label: "领取状态", | 41 | label: "领取状态", | 
| 27 | width: '80', | 42 | width: '80', | 
| 28 | render: (h, scope) => { | 43 | render: (h, scope) => { | 
| ... | @@ -38,31 +53,45 @@ class data extends filter { | ... | @@ -38,31 +53,45 @@ class data extends filter { | 
| 38 | } | 53 | } | 
| 39 | }, | 54 | }, | 
| 40 | { | 55 | { | 
| 41 | prop: "lzrxm", | 56 | label: "不动产权证类型", | 
| 42 | label: "领取人", | 57 | width: '120', | 
| 43 | width: '100' | 58 | render: (h, scope) => { | 
| 44 | }, | 59 | return ( | 
| 45 | { | 60 | <div> | 
| 46 | prop: "fzsj", | 61 | { | 
| 47 | label: "领取时间", | 62 | scope.row.bdcqzlx=='1' ? | 
| 48 | width: '140' | 63 | <div>不动产权证书</div> : | 
| 64 | <div>不动产登记证明</div> | ||
| 65 | } | ||
| 66 | </div> | ||
| 67 | ) | ||
| 68 | } | ||
| 49 | }, | 69 | }, | 
| 70 | // { | ||
| 71 | // prop: "lzrxm", | ||
| 72 | // label: "领取人", | ||
| 73 | // width: '100' | ||
| 74 | // }, | ||
| 75 | // { | ||
| 76 | // prop: "fzsj", | ||
| 77 | // label: "领取时间", | ||
| 78 | // width: '140' | ||
| 79 | // }, | ||
| 50 | { | 80 | { | 
| 51 | prop: "ywh", | 81 | prop: "ywh", | 
| 52 | label: "业务号", | 82 | label: "业务号", | 
| 53 | width: '100' | 83 | width: '100' | 
| 54 | }, | 84 | }, | 
| 55 | |||
| 56 | { | ||
| 57 | prop: "ysxlh", | ||
| 58 | label: "印刷序列号", | ||
| 59 | width: '100' | ||
| 60 | }, | ||
| 61 | { | 85 | { | 
| 62 | label: "权利类型", | 86 | label: "权利类型", | 
| 63 | prop: "qllx", | 87 | prop: "qllx", | 
| 64 | }, | 88 | }, | 
| 65 | { | 89 | { | 
| 90 | prop: "ysxlh", | ||
| 91 | label: "印刷序列号", | ||
| 92 | width: '100' | ||
| 93 | }, | ||
| 94 | { | ||
| 66 | prop: "bdcqzh", | 95 | prop: "bdcqzh", | 
| 67 | label: "不动产权证号", | 96 | label: "不动产权证号", | 
| 68 | minWidth: '150', | 97 | minWidth: '150', | 
| ... | @@ -101,7 +130,7 @@ class data extends filter { | ... | @@ -101,7 +130,7 @@ class data extends filter { | 
| 101 | } | 130 | } | 
| 102 | }, | 131 | }, | 
| 103 | { | 132 | { | 
| 104 | label: "证书内容", | 133 | label: "证书详情", | 
| 105 | width: '80', | 134 | width: '80', | 
| 106 | render: (h, scope) => { | 135 | render: (h, scope) => { | 
| 107 | return ( | 136 | return ( | ... | ... | 
- 
Please register or sign in to post a comment