style;table修改
Showing
17 changed files
with
58 additions
and
37 deletions
| ... | @@ -7,6 +7,7 @@ class data extends filter { | ... | @@ -7,6 +7,7 @@ class data extends filter { |
| 7 | return [ | 7 | return [ |
| 8 | { | 8 | { |
| 9 | label: "行政区", | 9 | label: "行政区", |
| 10 | width: 80, | ||
| 10 | render: (h, scope) => { | 11 | render: (h, scope) => { |
| 11 | return ( | 12 | return ( |
| 12 | <div> | 13 | <div> |
| ... | @@ -17,6 +18,7 @@ class data extends filter { | ... | @@ -17,6 +18,7 @@ class data extends filter { |
| 17 | }, | 18 | }, |
| 18 | { | 19 | { |
| 19 | label: "权属状态", | 20 | label: "权属状态", |
| 21 | width: 80, | ||
| 20 | render: (h, scope) => { | 22 | render: (h, scope) => { |
| 21 | return ( | 23 | return ( |
| 22 | <div> | 24 | <div> | ... | ... |
| ... | @@ -112,7 +112,7 @@ export default { | ... | @@ -112,7 +112,7 @@ export default { |
| 112 | }].concat(data.columns()).concat([ | 112 | }].concat(data.columns()).concat([ |
| 113 | { | 113 | { |
| 114 | label: "操作", | 114 | label: "操作", |
| 115 | width: 170, | 115 | width: 80, |
| 116 | render: (h, scope) => { | 116 | render: (h, scope) => { |
| 117 | return ( | 117 | return ( |
| 118 | <div> | 118 | <div> | ... | ... |
| ... | @@ -7,6 +7,7 @@ class data extends filter { | ... | @@ -7,6 +7,7 @@ class data extends filter { |
| 7 | return [ | 7 | return [ |
| 8 | { | 8 | { |
| 9 | label: "行政区", | 9 | label: "行政区", |
| 10 | width: 80, | ||
| 10 | render: (h, scope) => { | 11 | render: (h, scope) => { |
| 11 | return ( | 12 | return ( |
| 12 | <div> | 13 | <div> |
| ... | @@ -17,6 +18,7 @@ class data extends filter { | ... | @@ -17,6 +18,7 @@ class data extends filter { |
| 17 | }, | 18 | }, |
| 18 | { | 19 | { |
| 19 | label: "权属状态", | 20 | label: "权属状态", |
| 21 | width: 80, | ||
| 20 | render: (h, scope) => { | 22 | render: (h, scope) => { |
| 21 | return ( | 23 | return ( |
| 22 | <div> | 24 | <div> |
| ... | @@ -31,11 +33,13 @@ class data extends filter { | ... | @@ -31,11 +33,13 @@ class data extends filter { |
| 31 | }, | 33 | }, |
| 32 | { | 34 | { |
| 33 | label: "不动产单元号", | 35 | label: "不动产单元号", |
| 34 | prop: "bdcdyh" | 36 | prop: "bdcdyh", |
| 37 | width: 150, | ||
| 35 | }, | 38 | }, |
| 36 | { | 39 | { |
| 37 | label: "不动产权证号", | 40 | label: "不动产权证号", |
| 38 | prop: "bdcdjzmh" | 41 | prop: "bdcdjzmh", |
| 42 | width: 150, | ||
| 39 | }, | 43 | }, |
| 40 | { | 44 | { |
| 41 | label: "抵押类型", | 45 | label: "抵押类型", |
| ... | @@ -63,7 +67,8 @@ class data extends filter { | ... | @@ -63,7 +67,8 @@ class data extends filter { |
| 63 | }, | 67 | }, |
| 64 | { | 68 | { |
| 65 | label: "被担保主债权数额", | 69 | label: "被担保主债权数额", |
| 66 | prop: "bdbzzqse" | 70 | prop: "bdbzzqse", |
| 71 | width: 135, | ||
| 67 | }, | 72 | }, |
| 68 | { | 73 | { |
| 69 | label: "最高债权额", | 74 | label: "最高债权额", |
| ... | @@ -71,11 +76,13 @@ class data extends filter { | ... | @@ -71,11 +76,13 @@ class data extends filter { |
| 71 | }, | 76 | }, |
| 72 | { | 77 | { |
| 73 | label: "登记时间", | 78 | label: "登记时间", |
| 74 | prop: "djsj" | 79 | prop: "djsj", |
| 80 | width: 140, | ||
| 75 | }, | 81 | }, |
| 76 | { | 82 | { |
| 77 | label: "登记机构", | 83 | label: "登记机构", |
| 78 | prop: "djjg" | 84 | prop: "djjg", |
| 85 | width: 140, | ||
| 79 | } | 86 | } |
| 80 | ] | 87 | ] |
| 81 | } | 88 | } | ... | ... |
| ... | @@ -110,7 +110,7 @@ export default { | ... | @@ -110,7 +110,7 @@ export default { |
| 110 | }].concat(data.columns()).concat([ | 110 | }].concat(data.columns()).concat([ |
| 111 | { | 111 | { |
| 112 | label: "操作", | 112 | label: "操作", |
| 113 | width: 170, | 113 | width: 80, |
| 114 | render: (h, scope) => { | 114 | render: (h, scope) => { |
| 115 | return ( | 115 | return ( |
| 116 | <div> | 116 | <div> | ... | ... |
| ... | @@ -7,7 +7,7 @@ class data extends filter { | ... | @@ -7,7 +7,7 @@ class data extends filter { |
| 7 | return [ | 7 | return [ |
| 8 | { | 8 | { |
| 9 | label: "行政区", | 9 | label: "行政区", |
| 10 | width: 150, | 10 | width: 80, |
| 11 | render: (h, scope) => { | 11 | render: (h, scope) => { |
| 12 | return ( | 12 | return ( |
| 13 | <div> | 13 | <div> |
| ... | @@ -18,7 +18,7 @@ class data extends filter { | ... | @@ -18,7 +18,7 @@ class data extends filter { |
| 18 | }, | 18 | }, |
| 19 | { | 19 | { |
| 20 | label: "权属状态", | 20 | label: "权属状态", |
| 21 | width: 100, | 21 | width: 80, |
| 22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
| 23 | return ( | 23 | return ( |
| 24 | <div> | 24 | <div> |
| ... | @@ -29,8 +29,7 @@ class data extends filter { | ... | @@ -29,8 +29,7 @@ class data extends filter { |
| 29 | }, | 29 | }, |
| 30 | { | 30 | { |
| 31 | label: "业务号", | 31 | label: "业务号", |
| 32 | prop: "ywh", | 32 | prop: "ywh" |
| 33 | width: 150 | ||
| 34 | }, | 33 | }, |
| 35 | { | 34 | { |
| 36 | label: "不动产单元号", | 35 | label: "不动产单元号", |
| ... | @@ -42,7 +41,8 @@ class data extends filter { | ... | @@ -42,7 +41,8 @@ class data extends filter { |
| 42 | }, | 41 | }, |
| 43 | { | 42 | { |
| 44 | label: "权利人", | 43 | label: "权利人", |
| 45 | prop: "qlrmc" | 44 | prop: "qlrmc", |
| 45 | width: 150 | ||
| 46 | }, | 46 | }, |
| 47 | { | 47 | { |
| 48 | label: "用途", | 48 | label: "用途", |
| ... | @@ -50,6 +50,7 @@ class data extends filter { | ... | @@ -50,6 +50,7 @@ class data extends filter { |
| 50 | }, | 50 | }, |
| 51 | { | 51 | { |
| 52 | label: "权利类型", | 52 | label: "权利类型", |
| 53 | width: 150, | ||
| 53 | render: (h, scope) => { | 54 | render: (h, scope) => { |
| 54 | return ( | 55 | return ( |
| 55 | <div> | 56 | <div> | ... | ... |
| ... | @@ -101,7 +101,7 @@ export default { | ... | @@ -101,7 +101,7 @@ export default { |
| 101 | }].concat(data.columns()).concat([ | 101 | }].concat(data.columns()).concat([ |
| 102 | { | 102 | { |
| 103 | label: "操作", | 103 | label: "操作", |
| 104 | width: 170, | 104 | width: 90, |
| 105 | render: (h, scope) => { | 105 | render: (h, scope) => { |
| 106 | return ( | 106 | return ( |
| 107 | <div> | 107 | <div> | ... | ... |
| ... | @@ -69,7 +69,7 @@ export default { | ... | @@ -69,7 +69,7 @@ export default { |
| 69 | }].concat(data.columns()).concat([ | 69 | }].concat(data.columns()).concat([ |
| 70 | { | 70 | { |
| 71 | label: "操作", | 71 | label: "操作", |
| 72 | width: 170, | 72 | width: 80, |
| 73 | render: (h, scope) => { | 73 | render: (h, scope) => { |
| 74 | return ( | 74 | return ( |
| 75 | <div> | 75 | <div> | ... | ... |
| ... | @@ -7,7 +7,7 @@ class data extends filter { | ... | @@ -7,7 +7,7 @@ class data extends filter { |
| 7 | return [ | 7 | return [ |
| 8 | { | 8 | { |
| 9 | label: "行政区", | 9 | label: "行政区", |
| 10 | width: 150, | 10 | width: 80, |
| 11 | render: (h, scope) => { | 11 | render: (h, scope) => { |
| 12 | return ( | 12 | return ( |
| 13 | <div> | 13 | <div> |
| ... | @@ -18,7 +18,7 @@ class data extends filter { | ... | @@ -18,7 +18,7 @@ class data extends filter { |
| 18 | }, | 18 | }, |
| 19 | { | 19 | { |
| 20 | label: "权属状态", | 20 | label: "权属状态", |
| 21 | width: 100, | 21 | width: 80, |
| 22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
| 23 | return ( | 23 | return ( |
| 24 | <div> | 24 | <div> |
| ... | @@ -30,19 +30,21 @@ class data extends filter { | ... | @@ -30,19 +30,21 @@ class data extends filter { |
| 30 | { | 30 | { |
| 31 | label: "业务号", | 31 | label: "业务号", |
| 32 | prop: "ywh", | 32 | prop: "ywh", |
| 33 | width: 150 | ||
| 34 | }, | 33 | }, |
| 35 | { | 34 | { |
| 36 | label: "不动产单元号", | 35 | label: "不动产单元号", |
| 37 | prop: "bdcdyh" | 36 | prop: "bdcdyh", |
| 37 | width: 150 | ||
| 38 | }, | 38 | }, |
| 39 | { | 39 | { |
| 40 | label: "不动产权证号", | 40 | label: "不动产权证号", |
| 41 | prop: "bdcqzh" | 41 | prop: "bdcqzh", |
| 42 | width: 150 | ||
| 42 | }, | 43 | }, |
| 43 | { | 44 | { |
| 44 | label: "权利人", | 45 | label: "权利人", |
| 45 | prop: "qlrmc" | 46 | prop: "qlrmc", |
| 47 | width: 150 | ||
| 46 | }, | 48 | }, |
| 47 | { | 49 | { |
| 48 | label: "用途", | 50 | label: "用途", | ... | ... |
| ... | @@ -101,7 +101,7 @@ export default { | ... | @@ -101,7 +101,7 @@ export default { |
| 101 | }].concat(data.columns()).concat([ | 101 | }].concat(data.columns()).concat([ |
| 102 | { | 102 | { |
| 103 | label: "操作", | 103 | label: "操作", |
| 104 | width: 170, | 104 | width: 80, |
| 105 | render: (h, scope) => { | 105 | render: (h, scope) => { |
| 106 | return ( | 106 | return ( |
| 107 | <div> | 107 | <div> | ... | ... |
| ... | @@ -29,7 +29,7 @@ class data extends filter { | ... | @@ -29,7 +29,7 @@ class data extends filter { |
| 29 | }, | 29 | }, |
| 30 | { | 30 | { |
| 31 | label: "权利类型", | 31 | label: "权利类型", |
| 32 | width: 200, | 32 | width: 80, |
| 33 | render: (h, scope) => { | 33 | render: (h, scope) => { |
| 34 | return ( | 34 | return ( |
| 35 | <div> | 35 | <div> |
| ... | @@ -40,7 +40,7 @@ class data extends filter { | ... | @@ -40,7 +40,7 @@ class data extends filter { |
| 40 | }, | 40 | }, |
| 41 | { | 41 | { |
| 42 | label: "登记类型", | 42 | label: "登记类型", |
| 43 | width: 100, | 43 | width: 80, |
| 44 | render: (h, scope) => { | 44 | render: (h, scope) => { |
| 45 | return ( | 45 | return ( |
| 46 | <div> | 46 | <div> |
| ... | @@ -52,12 +52,12 @@ class data extends filter { | ... | @@ -52,12 +52,12 @@ class data extends filter { |
| 52 | { | 52 | { |
| 53 | label: "业务号", | 53 | label: "业务号", |
| 54 | prop: "YWH", | 54 | prop: "YWH", |
| 55 | width: 150 | 55 | width: 95 |
| 56 | }, | 56 | }, |
| 57 | { | 57 | { |
| 58 | label: "不动产单元号", | 58 | label: "不动产单元号", |
| 59 | prop: "BDCDYH", | 59 | prop: "BDCDYH", |
| 60 | width: 240, | 60 | width: 150, |
| 61 | }, | 61 | }, |
| 62 | { | 62 | { |
| 63 | label: "不动产权证号", | 63 | label: "不动产权证号", |
| ... | @@ -73,7 +73,8 @@ class data extends filter { | ... | @@ -73,7 +73,8 @@ class data extends filter { |
| 73 | }, | 73 | }, |
| 74 | { | 74 | { |
| 75 | label: "使用权面积", | 75 | label: "使用权面积", |
| 76 | prop: "SYQMJ" | 76 | prop: "SYQMJ", |
| 77 | width: 90, | ||
| 77 | }, | 78 | }, |
| 78 | { | 79 | { |
| 79 | label: "坐落", | 80 | label: "坐落", | ... | ... |
| ... | @@ -95,7 +95,7 @@ export default { | ... | @@ -95,7 +95,7 @@ export default { |
| 95 | }].concat(data.columns()).concat([ | 95 | }].concat(data.columns()).concat([ |
| 96 | { | 96 | { |
| 97 | label: "操作", | 97 | label: "操作", |
| 98 | width: 170, | 98 | width: 80, |
| 99 | render: (h, scope) => { | 99 | render: (h, scope) => { |
| 100 | return ( | 100 | return ( |
| 101 | <div> | 101 | <div> | ... | ... |
| ... | @@ -7,7 +7,7 @@ class data extends filter { | ... | @@ -7,7 +7,7 @@ class data extends filter { |
| 7 | return [ | 7 | return [ |
| 8 | { | 8 | { |
| 9 | label: "行政区", | 9 | label: "行政区", |
| 10 | width: 150, | 10 | width: 80, |
| 11 | render: (h, scope) => { | 11 | render: (h, scope) => { |
| 12 | return ( | 12 | return ( |
| 13 | <div> | 13 | <div> |
| ... | @@ -18,7 +18,7 @@ class data extends filter { | ... | @@ -18,7 +18,7 @@ class data extends filter { |
| 18 | }, | 18 | }, |
| 19 | { | 19 | { |
| 20 | label: "权属状态", | 20 | label: "权属状态", |
| 21 | width: 100, | 21 | width: 80, |
| 22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
| 23 | return ( | 23 | return ( |
| 24 | <div> | 24 | <div> |
| ... | @@ -30,7 +30,7 @@ class data extends filter { | ... | @@ -30,7 +30,7 @@ class data extends filter { |
| 30 | { | 30 | { |
| 31 | label: "业务号", | 31 | label: "业务号", |
| 32 | prop: "ywh", | 32 | prop: "ywh", |
| 33 | width: 150 | 33 | width: 80, |
| 34 | }, | 34 | }, |
| 35 | { | 35 | { |
| 36 | label: "不动产单元号", | 36 | label: "不动产单元号", |
| ... | @@ -46,11 +46,13 @@ class data extends filter { | ... | @@ -46,11 +46,13 @@ class data extends filter { |
| 46 | }, | 46 | }, |
| 47 | { | 47 | { |
| 48 | label: "用途", | 48 | label: "用途", |
| 49 | prop: "yt" | 49 | prop: "yt", |
| 50 | width: 80, | ||
| 50 | }, | 51 | }, |
| 51 | { | 52 | { |
| 52 | label: "土地面积", | 53 | label: "土地面积", |
| 53 | prop: "nydmj" | 54 | prop: "nydmj", |
| 55 | width: 80, | ||
| 54 | }, | 56 | }, |
| 55 | { | 57 | { |
| 56 | label: "坐落", | 58 | label: "坐落", |
| ... | @@ -58,6 +60,7 @@ class data extends filter { | ... | @@ -58,6 +60,7 @@ class data extends filter { |
| 58 | }, | 60 | }, |
| 59 | { | 61 | { |
| 60 | label: "登记类型", | 62 | label: "登记类型", |
| 63 | width: 80, | ||
| 61 | render: (h, scope) => { | 64 | render: (h, scope) => { |
| 62 | return ( | 65 | return ( |
| 63 | <div> | 66 | <div> | ... | ... |
| ... | @@ -94,7 +94,7 @@ export default { | ... | @@ -94,7 +94,7 @@ export default { |
| 94 | }].concat(data.columns()).concat([ | 94 | }].concat(data.columns()).concat([ |
| 95 | { | 95 | { |
| 96 | label: "操作", | 96 | label: "操作", |
| 97 | width: 170, | 97 | width: 80, |
| 98 | render: (h, scope) => { | 98 | render: (h, scope) => { |
| 99 | return ( | 99 | return ( |
| 100 | <div> | 100 | <div> | ... | ... |
| ... | @@ -93,7 +93,7 @@ export default { | ... | @@ -93,7 +93,7 @@ export default { |
| 93 | }].concat(data.columns()).concat([ | 93 | }].concat(data.columns()).concat([ |
| 94 | { | 94 | { |
| 95 | label: "操作", | 95 | label: "操作", |
| 96 | width: 170, | 96 | width: 80, |
| 97 | render: (h, scope) => { | 97 | render: (h, scope) => { |
| 98 | return ( | 98 | return ( |
| 99 | <div> | 99 | <div> | ... | ... |
| ... | @@ -94,7 +94,7 @@ export default { | ... | @@ -94,7 +94,7 @@ export default { |
| 94 | }].concat(data.columns()).concat([ | 94 | }].concat(data.columns()).concat([ |
| 95 | { | 95 | { |
| 96 | label: "操作", | 96 | label: "操作", |
| 97 | width: 170, | 97 | width: 80, |
| 98 | render: (h, scope) => { | 98 | render: (h, scope) => { |
| 99 | return ( | 99 | return ( |
| 100 | <div> | 100 | <div> | ... | ... |
| ... | @@ -39,7 +39,7 @@ class data extends filter { | ... | @@ -39,7 +39,7 @@ class data extends filter { |
| 39 | { | 39 | { |
| 40 | prop: "areacode", | 40 | prop: "areacode", |
| 41 | label: "行政区代码", | 41 | label: "行政区代码", |
| 42 | width: 80, | 42 | width: 90, |
| 43 | }, | 43 | }, |
| 44 | { | 44 | { |
| 45 | prop: "areaName", | 45 | prop: "areaName", |
| ... | @@ -49,23 +49,26 @@ class data extends filter { | ... | @@ -49,23 +49,26 @@ class data extends filter { |
| 49 | { | 49 | { |
| 50 | prop: "bizMsgid", | 50 | prop: "bizMsgid", |
| 51 | label: "业务报文ID", | 51 | label: "业务报文ID", |
| 52 | width: 150, | ||
| 52 | }, | 53 | }, |
| 53 | { | 54 | { |
| 54 | prop: "createdate", | 55 | prop: "createdate", |
| 55 | label: "创建时间", | 56 | label: "创建时间", |
| 57 | width: 140, | ||
| 56 | }, | 58 | }, |
| 57 | { | 59 | { |
| 58 | prop: "recflowid", | 60 | prop: "recflowid", |
| 59 | label: "业务流水号", | 61 | label: "业务流水号", |
| 62 | width: 100, | ||
| 60 | }, | 63 | }, |
| 61 | { | 64 | { |
| 62 | prop: "estatenum", | 65 | prop: "estatenum", |
| 63 | label: "不动产单元号", | 66 | label: "不动产单元号", |
| 64 | width: 240, | ||
| 65 | }, | 67 | }, |
| 66 | { | 68 | { |
| 67 | prop: "rectype", | 69 | prop: "rectype", |
| 68 | label: "业务编码", | 70 | label: "业务编码", |
| 71 | width: 90, | ||
| 69 | }, | 72 | }, |
| 70 | { | 73 | { |
| 71 | prop: "rectypeName", | 74 | prop: "rectypeName", |
| ... | @@ -74,6 +77,7 @@ class data extends filter { | ... | @@ -74,6 +77,7 @@ class data extends filter { |
| 74 | { | 77 | { |
| 75 | prop: "uploadtime", | 78 | prop: "uploadtime", |
| 76 | label: "汇交时间", | 79 | label: "汇交时间", |
| 80 | width: 140, | ||
| 77 | } | 81 | } |
| 78 | ] | 82 | ] |
| 79 | } | 83 | } | ... | ... |
-
Please register or sign in to post a comment