style:样式修改
Showing
36 changed files
with
176 additions
and
93 deletions
... | @@ -355,7 +355,7 @@ export default { | ... | @@ -355,7 +355,7 @@ export default { |
355 | .sjmx { | 355 | .sjmx { |
356 | display: flex; | 356 | display: flex; |
357 | flex-direction: column; | 357 | flex-direction: column; |
358 | height: 100%; | 358 | height: 49vh; |
359 | 359 | ||
360 | /deep/.el-tabs__item { | 360 | /deep/.el-tabs__item { |
361 | height: 50px; | 361 | height: 50px; |
... | @@ -447,7 +447,6 @@ export default { | ... | @@ -447,7 +447,6 @@ export default { |
447 | overflow-x: hidden; | 447 | overflow-x: hidden; |
448 | padding-right: 1px; | 448 | padding-right: 1px; |
449 | border-top: none; | 449 | border-top: none; |
450 | height: 39vh !important; | ||
451 | } | 450 | } |
452 | 451 | ||
453 | /deep/.editDialogBox { | 452 | /deep/.editDialogBox { | ... | ... |
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | .dialog_title { | 7 | .dialog_title { |
8 | display: flex; | 8 | display: flex; |
9 | position: relative; | 9 | position: relative; |
10 | font-size: 23px; | 10 | font-size: 22px; |
11 | top: -10px; | 11 | top: -10px; |
12 | width: 38%; | 12 | width: 38%; |
13 | height: 40px; | 13 | height: 40px; |
... | @@ -98,8 +98,6 @@ | ... | @@ -98,8 +98,6 @@ |
98 | color: #B5D6DC; | 98 | color: #B5D6DC; |
99 | border-radius: 2px; | 99 | border-radius: 2px; |
100 | border: 1px solid #224C7C; | 100 | border: 1px solid #224C7C; |
101 | margin: 5px; | ||
102 | |||
103 | span { | 101 | span { |
104 | display: inline-block; | 102 | display: inline-block; |
105 | padding: 3px; | 103 | padding: 3px; | ... | ... |
... | @@ -232,19 +232,21 @@ table td { | ... | @@ -232,19 +232,21 @@ table td { |
232 | } | 232 | } |
233 | 233 | ||
234 | // table 固定列样式 | 234 | // table 固定列样式 |
235 | tr:hover { | 235 | // tr:hover { |
236 | background: #063160 !important; | 236 | // background: #063160 !important; |
237 | box-shadow: inset 0px 0px 20px 0px #03DBFF !important; | 237 | // box-shadow: inset 0px 0px 20px 0px #03DBFF !important; |
238 | } | 238 | // } |
239 | // .el-table__fixed-right-patch { | ||
240 | // background-color: #073781 | ||
241 | // } | ||
239 | 242 | ||
240 | .el-table__fixed-right-patch { | 243 | .el-table__fixed-right { |
241 | background-color: #073781; | 244 | background-color: #073781 |
242 | } | 245 | } |
243 | 246 | ||
244 | .el-table__fixed-right { | 247 | .el-table__fixed::before, |
245 | box-shadow: inset 0px 0px 20px 0px #5BE7FF !important; | 248 | .el-table__fixed-right::before { |
246 | border-left: 3px solid #142e54; | 249 | display: none; |
247 | background-color: #1f2c3a; | ||
248 | } | 250 | } |
249 | 251 | ||
250 | // 表格样式 | 252 | // 表格样式 | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-13 14:11:50 | ||
5 | */ | ||
1 | /** | 6 | /** |
2 | * 此文件主要创建 axios 实例,然后添加请求拦截器和响应拦截器 | 7 | * 此文件主要创建 axios 实例,然后添加请求拦截器和响应拦截器 |
3 | */ | 8 | */ |
... | @@ -57,17 +62,17 @@ service.interceptors.response.use( | ... | @@ -57,17 +62,17 @@ service.interceptors.response.use( |
57 | } | 62 | } |
58 | ); | 63 | ); |
59 | //对错误信息的处理函数 | 64 | //对错误信息的处理函数 |
60 | function handleErrorData(status) { | 65 | function handleErrorData (status) { |
61 | switch (status) { | 66 | switch (status) { |
62 | case 401: | 67 | // case 401: |
63 | Message.error("由于长时间未操作,请重新登录!"); | 68 | // Message.error("由于长时间未操作,请重新登录!"); |
64 | router.replace({ | 69 | // router.replace({ |
65 | path: "/login/jg", | 70 | // path: "/login/jg", |
66 | query: { | 71 | // query: { |
67 | redirect: router.history.current.fullPath, | 72 | // redirect: router.history.current.fullPath, |
68 | }, | 73 | // }, |
69 | }); | 74 | // }); |
70 | break; | 75 | // break; |
71 | case 403: | 76 | case 403: |
72 | Message.error("拒绝访问"); | 77 | Message.error("拒绝访问"); |
73 | break; | 78 | break; | ... | ... |
... | @@ -29,11 +29,13 @@ class data extends filter { | ... | @@ -29,11 +29,13 @@ class data extends filter { |
29 | }, | 29 | }, |
30 | { | 30 | { |
31 | label: "业务号", | 31 | label: "业务号", |
32 | prop: "ywh" | 32 | prop: "ywh", |
33 | minWidth: 150, | ||
33 | }, | 34 | }, |
34 | { | 35 | { |
35 | label: "不动产单元号", | 36 | label: "不动产单元号", |
36 | prop: "bdcdyh" | 37 | prop: "bdcdyh", |
38 | minWidth: 150, | ||
37 | }, | 39 | }, |
38 | // { | 40 | // { |
39 | // label: "不动产产权证号", | 41 | // label: "不动产产权证号", | ... | ... |
... | @@ -125,6 +125,7 @@ export default { | ... | @@ -125,6 +125,7 @@ export default { |
125 | onClick={() => { this.handleEdit(scope.row) }} | 125 | onClick={() => { this.handleEdit(scope.row) }} |
126 | > | 126 | > |
127 | 详情 | 127 | 详情 |
128 | <i class="el-icon-d-arrow-right"></i> | ||
128 | </el-button> | 129 | </el-button> |
129 | </div> | 130 | </div> |
130 | ) | 131 | ) | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-13 14:22:01 | ||
5 | */ | ||
1 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
2 | class data extends filter { | 7 | class data extends filter { |
3 | constructor() { | 8 | constructor() { |
... | @@ -34,12 +39,12 @@ class data extends filter { | ... | @@ -34,12 +39,12 @@ class data extends filter { |
34 | { | 39 | { |
35 | label: "不动产单元号", | 40 | label: "不动产单元号", |
36 | prop: "bdcdyh", | 41 | prop: "bdcdyh", |
37 | width: 150, | 42 | minWidth: 150, |
38 | }, | 43 | }, |
39 | { | 44 | { |
40 | label: "不动产权证号", | 45 | label: "不动产权证号", |
41 | prop: "bdcdjzmh", | 46 | prop: "bdcdjzmh", |
42 | width: 150, | 47 | minWidth: 160, |
43 | }, | 48 | }, |
44 | { | 49 | { |
45 | label: "抵押类型", | 50 | label: "抵押类型", | ... | ... |
... | @@ -119,6 +119,7 @@ export default { | ... | @@ -119,6 +119,7 @@ export default { |
119 | onClick={() => { this.handleEdit(scope.row) }} | 119 | onClick={() => { this.handleEdit(scope.row) }} |
120 | > | 120 | > |
121 | 详情 | 121 | 详情 |
122 | <i class="el-icon-d-arrow-right"></i> | ||
122 | </el-button> | 123 | </el-button> |
123 | </div> | 124 | </div> |
124 | ) | 125 | ) | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-13 14:23:47 | ||
5 | */ | ||
1 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
2 | class data extends filter { | 7 | class data extends filter { |
3 | constructor() { | 8 | constructor() { |
... | @@ -7,16 +12,18 @@ class data extends filter { | ... | @@ -7,16 +12,18 @@ class data extends filter { |
7 | return [ | 12 | return [ |
8 | { | 13 | { |
9 | label: "行政区", | 14 | label: "行政区", |
15 | width: 80, | ||
10 | render: (h, scope) => { | 16 | render: (h, scope) => { |
11 | return ( | 17 | return ( |
12 | <div> | 18 | <div> |
13 | <span>{this.dicStatus(scope.row.xzq, 'A20')}</span> | 19 | <span>{this.dicStatus(scope.row.qxdm, 'A20')}</span> |
14 | </div> | 20 | </div> |
15 | ) | 21 | ) |
16 | }, | 22 | }, |
17 | }, | 23 | }, |
18 | { | 24 | { |
19 | label: "权属状态", | 25 | label: "权属状态", |
26 | width: 80, | ||
20 | render: (h, scope) => { | 27 | render: (h, scope) => { |
21 | return ( | 28 | return ( |
22 | <div> | 29 | <div> |
... | @@ -31,17 +38,18 @@ class data extends filter { | ... | @@ -31,17 +38,18 @@ class data extends filter { |
31 | }, | 38 | }, |
32 | { | 39 | { |
33 | label: "供役地不动产单元号", | 40 | label: "供役地不动产单元号", |
34 | width: 150, | 41 | minWidth: 150, |
35 | prop: "GYDBDCDYH" | 42 | prop: "GYDBDCDYH" |
36 | }, | 43 | }, |
37 | { | 44 | { |
38 | label: "需役地不动产单元号", | 45 | label: "需役地不动产单元号", |
39 | width: 150, | 46 | minWidth: 150, |
40 | prop: "XYDBDCDYH" | 47 | prop: "XYDBDCDYH" |
41 | }, | 48 | }, |
42 | { | 49 | { |
43 | label: "不动产产权证号", | 50 | label: "不动产产权证号", |
44 | prop: "bdcqzh" | 51 | prop: "bdcqzh", |
52 | minWidth: 150, | ||
45 | }, | 53 | }, |
46 | { | 54 | { |
47 | label: "权利类型", | 55 | label: "权利类型", |
... | @@ -59,11 +67,13 @@ class data extends filter { | ... | @@ -59,11 +67,13 @@ class data extends filter { |
59 | }, | 67 | }, |
60 | { | 68 | { |
61 | label: "登记时间", | 69 | label: "登记时间", |
62 | prop: "DJSJ" | 70 | prop: "DJSJ", |
71 | width: 140, | ||
63 | }, | 72 | }, |
64 | { | 73 | { |
65 | label: "登记机构", | 74 | label: "登记机构", |
66 | prop: "DJJG" | 75 | prop: "DJJG", |
76 | minWidth: 150, | ||
67 | } | 77 | } |
68 | ] | 78 | ] |
69 | } | 79 | } | ... | ... |
... | @@ -116,7 +116,7 @@ export default { | ... | @@ -116,7 +116,7 @@ export default { |
116 | }].concat(data.columns()).concat([ | 116 | }].concat(data.columns()).concat([ |
117 | { | 117 | { |
118 | label: "操作", | 118 | label: "操作", |
119 | width: 170, | 119 | width: 80, |
120 | render: (h, scope) => { | 120 | render: (h, scope) => { |
121 | return ( | 121 | return ( |
122 | <div> | 122 | <div> |
... | @@ -126,6 +126,7 @@ export default { | ... | @@ -126,6 +126,7 @@ export default { |
126 | onClick={() => { this.handleEdit(scope.row) }} | 126 | onClick={() => { this.handleEdit(scope.row) }} |
127 | > | 127 | > |
128 | 详情 | 128 | 详情 |
129 | <i class="el-icon-d-arrow-right"></i> | ||
129 | </el-button> | 130 | </el-button> |
130 | </div> | 131 | </div> |
131 | ) | 132 | ) | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-13 14:25:09 | ||
5 | */ | ||
1 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
2 | class data extends filter { | 7 | class data extends filter { |
3 | constructor() { | 8 | constructor() { |
... | @@ -33,11 +38,13 @@ class data extends filter { | ... | @@ -33,11 +38,13 @@ class data extends filter { |
33 | }, | 38 | }, |
34 | { | 39 | { |
35 | label: "不动产单元号", | 40 | label: "不动产单元号", |
36 | prop: "bdcdyh" | 41 | prop: "bdcdyh", |
42 | minWidth: 150, | ||
37 | }, | 43 | }, |
38 | { | 44 | { |
39 | label: "不动产权证号", | 45 | label: "不动产权证号", |
40 | prop: "bdcqzh" | 46 | prop: "bdcqzh", |
47 | minWidth: 150, | ||
41 | }, | 48 | }, |
42 | { | 49 | { |
43 | label: "权利人", | 50 | label: "权利人", |
... | @@ -86,7 +93,8 @@ class data extends filter { | ... | @@ -86,7 +93,8 @@ class data extends filter { |
86 | }, | 93 | }, |
87 | { | 94 | { |
88 | label: "登记机构", | 95 | label: "登记机构", |
89 | prop: "djjg" | 96 | prop: "djjg", |
97 | minWidth: 150, | ||
90 | } | 98 | } |
91 | ] | 99 | ] |
92 | } | 100 | } | ... | ... |
... | @@ -104,7 +104,7 @@ export default { | ... | @@ -104,7 +104,7 @@ export default { |
104 | }].concat(data.columns()).concat([ | 104 | }].concat(data.columns()).concat([ |
105 | { | 105 | { |
106 | label: "操作", | 106 | label: "操作", |
107 | width: 90, | 107 | width: 80, |
108 | render: (h, scope) => { | 108 | render: (h, scope) => { |
109 | return ( | 109 | return ( |
110 | <div> | 110 | <div> |
... | @@ -116,6 +116,7 @@ export default { | ... | @@ -116,6 +116,7 @@ export default { |
116 | }} | 116 | }} |
117 | > | 117 | > |
118 | 详情 | 118 | 详情 |
119 | <i class="el-icon-d-arrow-right"></i> | ||
119 | </el-button> | 120 | </el-button> |
120 | </div> | 121 | </div> |
121 | ); | 122 | ); | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-13 14:25:56 | ||
5 | */ | ||
1 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
2 | class data extends filter { | 7 | class data extends filter { |
3 | constructor() { | 8 | constructor() { |
... | @@ -8,7 +13,7 @@ class data extends filter { | ... | @@ -8,7 +13,7 @@ class data extends filter { |
8 | { | 13 | { |
9 | label: "业务号", | 14 | label: "业务号", |
10 | prop: "ywh", | 15 | prop: "ywh", |
11 | width: 150 | 16 | minWidth: 150, |
12 | }, | 17 | }, |
13 | // { | 18 | // { |
14 | // label: "权利类型", | 19 | // label: "权利类型", | ... | ... |
... | @@ -34,12 +34,12 @@ class data extends filter { | ... | @@ -34,12 +34,12 @@ class data extends filter { |
34 | { | 34 | { |
35 | label: "不动产单元号", | 35 | label: "不动产单元号", |
36 | prop: "bdcdyh", | 36 | prop: "bdcdyh", |
37 | width: 150 | 37 | minWidth: 150, |
38 | }, | 38 | }, |
39 | { | 39 | { |
40 | label: "不动产权证号", | 40 | label: "不动产权证号", |
41 | prop: "bdcqzh", | 41 | prop: "bdcqzh", |
42 | width: 150 | 42 | minWidth: 150, |
43 | }, | 43 | }, |
44 | { | 44 | { |
45 | label: "权利人", | 45 | label: "权利人", | ... | ... |
... | @@ -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> |
... | @@ -28,19 +29,17 @@ class data extends filter { | ... | @@ -28,19 +29,17 @@ class data extends filter { |
28 | { | 29 | { |
29 | label: "业务号", | 30 | label: "业务号", |
30 | prop: "YWH", | 31 | prop: "YWH", |
31 | width: 150 | 32 | minWidth: 150, |
32 | }, | ||
33 | { | ||
34 | label: "业务号", | ||
35 | prop: "BDCDYH" | ||
36 | }, | 33 | }, |
37 | { | 34 | { |
38 | label: "不动产单元号", | 35 | label: "不动产单元号", |
39 | prop: "BDCDYH" | 36 | prop: "BDCDYH", |
37 | minWidth: 150, | ||
40 | }, | 38 | }, |
41 | { | 39 | { |
42 | label: "不动产权证号", | 40 | label: "不动产权证号", |
43 | prop: "BDCQZH" | 41 | prop: "BDCQZH", |
42 | minWidth: 150, | ||
44 | }, | 43 | }, |
45 | { | 44 | { |
46 | label: "建筑物名称", | 45 | label: "建筑物名称", | ... | ... |
... | @@ -100,7 +100,7 @@ export default { | ... | @@ -100,7 +100,7 @@ export default { |
100 | }].concat(data.columns()).concat([ | 100 | }].concat(data.columns()).concat([ |
101 | { | 101 | { |
102 | label: "操作", | 102 | label: "操作", |
103 | width: 170, | 103 | width: 80, |
104 | render: (h, scope) => { | 104 | render: (h, scope) => { |
105 | return ( | 105 | return ( |
106 | <div> | 106 | <div> |
... | @@ -112,6 +112,7 @@ export default { | ... | @@ -112,6 +112,7 @@ export default { |
112 | }} | 112 | }} |
113 | > | 113 | > |
114 | 详情 | 114 | 详情 |
115 | <i class="el-icon-d-arrow-right"></i> | ||
115 | </el-button> | 116 | </el-button> |
116 | </div> | 117 | </div> |
117 | ); | 118 | ); | ... | ... |
... | @@ -7,10 +7,11 @@ class data extends filter { | ... | @@ -7,10 +7,11 @@ 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> |
13 | <span>{this.dicStatus(scope.row.XZQ, 'A20')}</span> | 14 | <span>{this.dicStatus(scope.row.qxdm, 'A20')}</span> |
14 | </div> | 15 | </div> |
15 | ) | 16 | ) |
16 | }, | 17 | }, |
... | @@ -20,7 +21,7 @@ class data extends filter { | ... | @@ -20,7 +21,7 @@ class data extends filter { |
20 | render: (h, scope) => { | 21 | render: (h, scope) => { |
21 | return ( | 22 | return ( |
22 | <div> | 23 | <div> |
23 | <span>{this.dicStatus(scope.row.ZXYWH, 'A22')}</span> | 24 | <span>{this.dicStatus(scope.row.qszt, 'A22')}</span> |
24 | </div> | 25 | </div> |
25 | ) | 26 | ) |
26 | }, | 27 | }, |
... | @@ -28,19 +29,17 @@ class data extends filter { | ... | @@ -28,19 +29,17 @@ class data extends filter { |
28 | { | 29 | { |
29 | label: "业务号", | 30 | label: "业务号", |
30 | prop: "YWH", | 31 | prop: "YWH", |
31 | width: 150 | 32 | minWidth: 150, |
32 | }, | ||
33 | { | ||
34 | label: "业务号", | ||
35 | prop: "BDCDYH" | ||
36 | }, | 33 | }, |
37 | { | 34 | { |
38 | label: "不动产单元号", | 35 | label: "不动产单元号", |
39 | prop: "BDCDYH" | 36 | prop: "BDCDYH", |
37 | minWidth: 150, | ||
40 | }, | 38 | }, |
41 | { | 39 | { |
42 | label: "不动产权证号", | 40 | label: "不动产权证号", |
43 | prop: "BDCQZH" | 41 | prop: "BDCQZH", |
42 | minWidth: 150, | ||
44 | }, | 43 | }, |
45 | { | 44 | { |
46 | label: "海岛名称", | 45 | 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> |
... | @@ -113,6 +113,7 @@ export default { | ... | @@ -113,6 +113,7 @@ export default { |
113 | }} | 113 | }} |
114 | > | 114 | > |
115 | 详情 | 115 | 详情 |
116 | <i class="el-icon-d-arrow-right"></i> | ||
116 | </el-button> | 117 | </el-button> |
117 | </div> | 118 | </div> |
118 | ); | 119 | ); | ... | ... |
... | @@ -11,7 +11,7 @@ class data extends filter { | ... | @@ -11,7 +11,7 @@ class data extends filter { |
11 | render: (h, scope) => { | 11 | render: (h, scope) => { |
12 | return ( | 12 | return ( |
13 | <div> | 13 | <div> |
14 | <span>{this.dicStatus(scope.row.QXDM, 'A20')}</span> | 14 | <span>{this.dicStatus(scope.row.qxdm, 'A20')}</span> |
15 | </div> | 15 | </div> |
16 | ) | 16 | ) |
17 | }, | 17 | }, |
... | @@ -22,7 +22,7 @@ class data extends filter { | ... | @@ -22,7 +22,7 @@ class data extends filter { |
22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
23 | return ( | 23 | return ( |
24 | <div> | 24 | <div> |
25 | <span>{this.dicStatus(scope.row.QSZT, 'A22')}</span> | 25 | <span>{this.dicStatus(scope.row.qszt, 'A22')}</span> |
26 | </div> | 26 | </div> |
27 | ) | 27 | ) |
28 | }, | 28 | }, |
... | @@ -52,17 +52,17 @@ class data extends filter { | ... | @@ -52,17 +52,17 @@ class data extends filter { |
52 | { | 52 | { |
53 | label: "业务号", | 53 | label: "业务号", |
54 | prop: "YWH", | 54 | prop: "YWH", |
55 | width: 95 | 55 | minWidth: 150, |
56 | }, | 56 | }, |
57 | { | 57 | { |
58 | label: "不动产单元号", | 58 | label: "不动产单元号", |
59 | prop: "BDCDYH", | 59 | prop: "BDCDYH", |
60 | width: 150, | 60 | minWidth: 150, |
61 | }, | 61 | }, |
62 | { | 62 | { |
63 | label: "不动产权证号", | 63 | label: "不动产权证号", |
64 | prop: "BDCQZH", | 64 | prop: "BDCQZH", |
65 | width: 150, | 65 | minWidth: 150, |
66 | }, | 66 | }, |
67 | { | 67 | { |
68 | label: "权利人", | 68 | label: "权利人", | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-13 14:33:35 | ||
5 | */ | ||
1 | 6 | ||
2 | import filter from '@/utils/filter.js' | 7 | import filter from '@/utils/filter.js' |
3 | class data extends filter { | 8 | class data extends filter { |
... | @@ -8,35 +13,40 @@ class data extends filter { | ... | @@ -8,35 +13,40 @@ class data extends filter { |
8 | return [ | 13 | return [ |
9 | { | 14 | { |
10 | label: "行政区", | 15 | label: "行政区", |
16 | width: 80, | ||
11 | render: (h, scope) => { | 17 | render: (h, scope) => { |
12 | return ( | 18 | return ( |
13 | <div> | 19 | <div> |
14 | <span>{this.dicStatus(scope.row.XZQ, 'A20')}</span> | 20 | <span>{this.dicStatus(scope.row.qxdm, 'A20')}</span> |
15 | </div> | 21 | </div> |
16 | ) | 22 | ) |
17 | }, | 23 | }, |
18 | }, | 24 | }, |
19 | { | 25 | { |
20 | label: "权属状态", | 26 | label: "权属状态", |
27 | width: 80, | ||
21 | render: (h, scope) => { | 28 | render: (h, scope) => { |
22 | return ( | 29 | return ( |
23 | <div> | 30 | <div> |
24 | <span>{this.dicStatus(scope.row.ZXYWH, 'A22')}</span> | 31 | <span>{this.dicStatus(scope.row.qszt, 'A22')}</span> |
25 | </div> | 32 | </div> |
26 | ) | 33 | ) |
27 | }, | 34 | }, |
28 | }, | 35 | }, |
29 | { | 36 | { |
30 | label: "业务号", | 37 | label: "业务号", |
31 | prop: "BDCDYH" | 38 | prop: "BDCDYH", |
39 | minWidth: 150, | ||
32 | }, | 40 | }, |
33 | { | 41 | { |
34 | label: "不动产单元号", | 42 | label: "不动产单元号", |
35 | prop: "BDCDYH" | 43 | prop: "BDCDYH", |
44 | minWidth: 150, | ||
36 | }, | 45 | }, |
37 | { | 46 | { |
38 | label: "不动产权证号", | 47 | label: "不动产权证号", |
39 | prop: "BDCQZH" | 48 | prop: "BDCQZH", |
49 | minWidth: 150, | ||
40 | }, | 50 | }, |
41 | { | 51 | { |
42 | label: "权利人", | 52 | 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> |
... | @@ -107,6 +107,7 @@ export default { | ... | @@ -107,6 +107,7 @@ export default { |
107 | }} | 107 | }} |
108 | > | 108 | > |
109 | 详情 | 109 | 详情 |
110 | <i class="el-icon-d-arrow-right"></i> | ||
110 | </el-button> | 111 | </el-button> |
111 | </div> | 112 | </div> |
112 | ); | 113 | ); | ... | ... |
... | @@ -7,20 +7,22 @@ class data extends filter { | ... | @@ -7,20 +7,22 @@ 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> |
13 | <span>{this.dicStatus(scope.row.XZQ, 'A20')}</span> | 14 | <span>{this.dicStatus(scope.row.qxdm, 'A20')}</span> |
14 | </div> | 15 | </div> |
15 | ) | 16 | ) |
16 | }, | 17 | }, |
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> |
23 | <span>{this.dicStatus(scope.row.ZXYWH, 'A22')}</span> | 25 | <span>{this.dicStatus(scope.row.qszt, 'A22')}</span> |
24 | </div> | 26 | </div> |
25 | ) | 27 | ) |
26 | }, | 28 | }, |
... | @@ -28,11 +30,7 @@ class data extends filter { | ... | @@ -28,11 +30,7 @@ class data extends filter { |
28 | { | 30 | { |
29 | label: "业务号", | 31 | label: "业务号", |
30 | prop: "YWH", | 32 | prop: "YWH", |
31 | width: 150 | 33 | width: 150, |
32 | }, | ||
33 | { | ||
34 | label: "业务号", | ||
35 | prop: "BDCDYH" | ||
36 | }, | 34 | }, |
37 | { | 35 | { |
38 | label: "不动产单元号", | 36 | label: "不动产单元号", | ... | ... |
... | @@ -100,7 +100,7 @@ export default { | ... | @@ -100,7 +100,7 @@ export default { |
100 | }].concat(data.columns()).concat([ | 100 | }].concat(data.columns()).concat([ |
101 | { | 101 | { |
102 | label: "操作", | 102 | label: "操作", |
103 | width: 170, | 103 | width: 80, |
104 | render: (h, scope) => { | 104 | render: (h, scope) => { |
105 | return ( | 105 | return ( |
106 | <div> | 106 | <div> |
... | @@ -112,6 +112,7 @@ export default { | ... | @@ -112,6 +112,7 @@ export default { |
112 | }} | 112 | }} |
113 | > | 113 | > |
114 | 详情 | 114 | 详情 |
115 | <i class="el-icon-d-arrow-right"></i> | ||
115 | </el-button> | 116 | </el-button> |
116 | </div> | 117 | </div> |
117 | ); | 118 | ); | ... | ... |
1 | /* | ||
2 | * @Description: , | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-13 14:35:00 | ||
5 | */ | ||
1 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
2 | class data extends filter { | 7 | class data extends filter { |
3 | constructor() { | 8 | constructor() { |
... | @@ -30,15 +35,17 @@ class data extends filter { | ... | @@ -30,15 +35,17 @@ class data extends filter { |
30 | { | 35 | { |
31 | label: "业务号", | 36 | label: "业务号", |
32 | prop: "ywh", | 37 | prop: "ywh", |
33 | width: 80, | 38 | minWidth: 150, |
34 | }, | 39 | }, |
35 | { | 40 | { |
36 | label: "不动产单元号", | 41 | label: "不动产单元号", |
37 | prop: "bdcdyh" | 42 | prop: "bdcdyh", |
43 | minWidth: 150, | ||
38 | }, | 44 | }, |
39 | { | 45 | { |
40 | label: "不动产权证号", | 46 | label: "不动产权证号", |
41 | prop: "bdcqzh" | 47 | prop: "bdcqzh", |
48 | minWidth: 150, | ||
42 | }, | 49 | }, |
43 | { | 50 | { |
44 | label: "权利人", | 51 | label: "权利人", | ... | ... |
... | @@ -108,7 +108,7 @@ export default { | ... | @@ -108,7 +108,7 @@ export default { |
108 | }].concat(data.columns()).concat([ | 108 | }].concat(data.columns()).concat([ |
109 | { | 109 | { |
110 | label: "操作", | 110 | label: "操作", |
111 | width: 170, | 111 | width: 80, |
112 | render: (h, scope) => { | 112 | render: (h, scope) => { |
113 | return ( | 113 | return ( |
114 | <div> | 114 | <div> |
... | @@ -118,6 +118,7 @@ export default { | ... | @@ -118,6 +118,7 @@ export default { |
118 | onClick={() => { this.handleEdit(scope.row) }} | 118 | onClick={() => { this.handleEdit(scope.row) }} |
119 | > | 119 | > |
120 | 详情 | 120 | 详情 |
121 | <i class="el-icon-d-arrow-right"></i> | ||
121 | </el-button> | 122 | </el-button> |
122 | </div> | 123 | </div> |
123 | ) | 124 | ) | ... | ... |
... | @@ -7,16 +7,18 @@ class data extends filter { | ... | @@ -7,16 +7,18 @@ 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> |
13 | <span>{this.dicStatus(scope.row.xzq, 'A20')}</span> | 14 | <span>{this.dicStatus(scope.row.qxdm, 'A20')}</span> |
14 | </div> | 15 | </div> |
15 | ) | 16 | ) |
16 | }, | 17 | }, |
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> |
... | @@ -27,15 +29,18 @@ class data extends filter { | ... | @@ -27,15 +29,18 @@ class data extends filter { |
27 | }, | 29 | }, |
28 | { | 30 | { |
29 | label: "业务号", | 31 | label: "业务号", |
30 | prop: "ywh" | 32 | prop: "ywh", |
33 | minWidth: 150, | ||
31 | }, | 34 | }, |
32 | { | 35 | { |
33 | label: "不动产单元号", | 36 | label: "不动产单元号", |
34 | prop: "bdcdyh" | 37 | prop: "bdcdyh", |
38 | minWidth: 150, | ||
35 | }, | 39 | }, |
36 | { | 40 | { |
37 | label: "不动产产权证号", | 41 | label: "不动产产权证号", |
38 | prop: "bdcqzh" | 42 | prop: "bdcqzh", |
43 | minWidth: 150, | ||
39 | }, | 44 | }, |
40 | { | 45 | { |
41 | label: "权利人", | 46 | label: "权利人", | ... | ... |
... | @@ -106,6 +106,7 @@ export default { | ... | @@ -106,6 +106,7 @@ export default { |
106 | onClick={() => { this.handleEdit(scope.row) }} | 106 | onClick={() => { this.handleEdit(scope.row) }} |
107 | > | 107 | > |
108 | 详情 | 108 | 详情 |
109 | <i class="el-icon-d-arrow-right"></i> | ||
109 | </el-button> | 110 | </el-button> |
110 | </div> | 111 | </div> |
111 | ) | 112 | ) | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-13 14:37:10 | ||
5 | */ | ||
1 | 6 | ||
2 | import filter from '@/utils/filter.js' | 7 | import filter from '@/utils/filter.js' |
3 | class data extends filter { | 8 | class data extends filter { |
... | @@ -8,10 +13,11 @@ class data extends filter { | ... | @@ -8,10 +13,11 @@ class data extends filter { |
8 | return [ | 13 | return [ |
9 | { | 14 | { |
10 | label: "行政区", | 15 | label: "行政区", |
16 | width: 80, | ||
11 | render: (h, scope) => { | 17 | render: (h, scope) => { |
12 | return ( | 18 | return ( |
13 | <div> | 19 | <div> |
14 | <span>{this.dicStatus(scope.row.QXDM, 'A20')}</span> | 20 | <span>{this.dicStatus(scope.row.qxdm, 'A20')}</span> |
15 | </div> | 21 | </div> |
16 | ) | 22 | ) |
17 | }, | 23 | }, |
... | @@ -28,11 +34,13 @@ class data extends filter { | ... | @@ -28,11 +34,13 @@ class data extends filter { |
28 | // }, | 34 | // }, |
29 | { | 35 | { |
30 | label: "业务号", | 36 | label: "业务号", |
31 | prop: "YWH" | 37 | prop: "YWH", |
38 | minWidth: 150, | ||
32 | }, | 39 | }, |
33 | { | 40 | { |
34 | label: "不动产单元号", | 41 | label: "不动产单元号", |
35 | prop: "BDCDYH" | 42 | prop: "BDCDYH", |
43 | minWidth: 150, | ||
36 | }, | 44 | }, |
37 | { | 45 | { |
38 | label: "不动产权证号", | 46 | label: "不动产权证号", | ... | ... |
... | @@ -486,6 +486,7 @@ export default { | ... | @@ -486,6 +486,7 @@ export default { |
486 | flex-direction: column; | 486 | flex-direction: column; |
487 | flex: 1; | 487 | flex: 1; |
488 | height: 100%; | 488 | height: 100%; |
489 | margin-bottom: 5px; | ||
489 | 490 | ||
490 | .editDialogBox-con, | 491 | .editDialogBox-con, |
491 | .JsonEditor { | 492 | .JsonEditor { | ... | ... |
... | @@ -22,7 +22,7 @@ class data { | ... | @@ -22,7 +22,7 @@ class data { |
22 | { | 22 | { |
23 | prop: "UPLOADTIME", | 23 | prop: "UPLOADTIME", |
24 | label: "汇交日期", | 24 | label: "汇交日期", |
25 | width: '150', | 25 | width: '140', |
26 | }, | 26 | }, |
27 | { | 27 | { |
28 | prop: "AREANAME", | 28 | prop: "AREANAME", |
... | @@ -31,7 +31,7 @@ class data { | ... | @@ -31,7 +31,7 @@ class data { |
31 | { | 31 | { |
32 | prop: "ACCESSDATE", | 32 | prop: "ACCESSDATE", |
33 | label: "日期", | 33 | label: "日期", |
34 | width: '150', | 34 | width: '140', |
35 | }, | 35 | }, |
36 | { | 36 | { |
37 | prop: "type", | 37 | prop: "type", | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-13 14:39:14 | ||
5 | */ | ||
1 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
2 | let vm = null | 7 | let vm = null |
3 | const sendThis = (_this) => { | 8 | const sendThis = (_this) => { |
... | @@ -51,6 +56,7 @@ class data extends filter { | ... | @@ -51,6 +56,7 @@ class data extends filter { |
51 | { | 56 | { |
52 | prop: "estatenum", | 57 | prop: "estatenum", |
53 | label: "不动产单元号", | 58 | label: "不动产单元号", |
59 | width: 150, | ||
54 | }, | 60 | }, |
55 | { | 61 | { |
56 | prop: "rectype", | 62 | prop: "rectype", |
... | @@ -60,6 +66,7 @@ class data extends filter { | ... | @@ -60,6 +66,7 @@ class data extends filter { |
60 | { | 66 | { |
61 | prop: "rectypeName", | 67 | prop: "rectypeName", |
62 | label: "业务名称", | 68 | label: "业务名称", |
69 | minWidth: 240, | ||
63 | }, | 70 | }, |
64 | { | 71 | { |
65 | prop: "exchangeDate", | 72 | prop: "exchangeDate", | ... | ... |
-
Please register or sign in to post a comment