style:土地分割
Showing
4 changed files
with
35 additions
and
28 deletions
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-11-14 13:28:47 | ||
5 | */ | ||
1 | import { mapGetters } from 'vuex' | 6 | import { mapGetters } from 'vuex' |
2 | import { defaultParameters } from "../../views/ywbl/ywsq/javascript/publicDefaultPar"; | 7 | import { defaultParameters } from "../../views/ywbl/ywsq/javascript/publicDefaultPar"; |
3 | export default { | 8 | export default { |
... | @@ -9,9 +14,6 @@ export default { | ... | @@ -9,9 +14,6 @@ export default { |
9 | } | 14 | } |
10 | } | 15 | } |
11 | }, | 16 | }, |
12 | created () { | ||
13 | |||
14 | }, | ||
15 | computed: { | 17 | computed: { |
16 | ...mapGetters(['dictData']), | 18 | ...mapGetters(['dictData']), |
17 | }, | 19 | }, | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-11-14 13:09:34 | 4 | * @LastEditTime: 2023-11-14 13:45:28 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -45,7 +45,7 @@ | ... | @@ -45,7 +45,7 @@ |
45 | </el-form> | 45 | </el-form> |
46 | </div> | 46 | </div> |
47 | <!-- 表格 --> | 47 | <!-- 表格 --> |
48 | <div class="from-clues-content loadingtext"> | 48 | <div class="mergeTable loadingtext"> |
49 | <el-table | 49 | <el-table |
50 | :data="tableData.data" | 50 | :data="tableData.data" |
51 | height="230" | 51 | height="230" |
... | @@ -123,9 +123,9 @@ | ... | @@ -123,9 +123,9 @@ |
123 | </el-table> | 123 | </el-table> |
124 | 124 | ||
125 | </div> | 125 | </div> |
126 | <div class="from-clues-content loadingtext"> | 126 | <div class="mergeTable loadingtext"> |
127 | 土地变化情况 | 127 | 土地变化情况 |
128 | <lb-table ref="table" :pagination=false :calcHeight="500" :column="tableData.columns1" | 128 | <lb-table ref="table" :pagination=false :calcHeight="450" :column="tableData.columns1" |
129 | :data="tableData.datastwo"> | 129 | :data="tableData.datastwo"> |
130 | </lb-table> | 130 | </lb-table> |
131 | </div> | 131 | </div> |
... | @@ -298,6 +298,9 @@ | ... | @@ -298,6 +298,9 @@ |
298 | <style scoped lang="scss"> | 298 | <style scoped lang="scss"> |
299 | @import "~@/styles/mixin.scss"; | 299 | @import "~@/styles/mixin.scss"; |
300 | @import "~@/styles/public.scss"; | 300 | @import "~@/styles/public.scss"; |
301 | .mergeTable { | ||
302 | margin-top: 5px; | ||
303 | } | ||
301 | /deep/.el-radio__label { | 304 | /deep/.el-radio__label { |
302 | display: none; | 305 | display: none; |
303 | } | 306 | } | ... | ... |
... | @@ -216,10 +216,9 @@ | ... | @@ -216,10 +216,9 @@ |
216 | this.$popup("登记簿详情", "registerBook/djbFrame", { | 216 | this.$popup("登记簿详情", "registerBook/djbFrame", { |
217 | formData: param | 217 | formData: param |
218 | }) | 218 | }) |
219 | }, | 219 | } |
220 | 220 | } | |
221 | }, | 221 | } |
222 | }; | ||
223 | </script> | 222 | </script> |
224 | <style scoped lang="scss"> | 223 | <style scoped lang="scss"> |
225 | @import "~@/styles/mixin.scss"; | 224 | @import "~@/styles/mixin.scss"; | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-11-14 13:10:27 | 4 | * @LastEditTime: 2023-11-14 13:48:11 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -41,11 +41,12 @@ class data extends filter { | ... | @@ -41,11 +41,12 @@ class data extends filter { |
41 | }, | 41 | }, |
42 | { | 42 | { |
43 | prop: "qllxmc", | 43 | prop: "qllxmc", |
44 | width: 140, | ||
44 | label: "权利类型", | 45 | label: "权利类型", |
45 | }, | 46 | }, |
46 | { | 47 | { |
47 | label: "不动产单元号", | 48 | label: "不动产单元号", |
48 | width: '150', | 49 | width: 170, |
49 | render: (h, scope) => { | 50 | render: (h, scope) => { |
50 | return ( | 51 | return ( |
51 | <el-tooltip effect="dark" content={scope.row.bdcdyh} placement="top" popper-class="tooltip-width "> | 52 | <el-tooltip effect="dark" content={scope.row.bdcdyh} placement="top" popper-class="tooltip-width "> |
... | @@ -56,7 +57,7 @@ class data extends filter { | ... | @@ -56,7 +57,7 @@ class data extends filter { |
56 | }, | 57 | }, |
57 | { | 58 | { |
58 | label: "不动产权证号", | 59 | label: "不动产权证号", |
59 | width: '150', | 60 | width: 170, |
60 | render: (h, scope) => { | 61 | render: (h, scope) => { |
61 | return ( | 62 | return ( |
62 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width "> | 63 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width "> |
... | @@ -75,7 +76,7 @@ class data extends filter { | ... | @@ -75,7 +76,7 @@ class data extends filter { |
75 | }, | 76 | }, |
76 | { | 77 | { |
77 | prop: "qlxzmc", | 78 | prop: "qlxzmc", |
78 | width: '80', | 79 | width: 100, |
79 | label: "权利性质", | 80 | label: "权利性质", |
80 | }, | 81 | }, |
81 | { | 82 | { |
... | @@ -129,37 +130,38 @@ class datatwo extends filter { | ... | @@ -129,37 +130,38 @@ class datatwo extends filter { |
129 | } | 130 | } |
130 | }, | 131 | }, |
131 | { | 132 | { |
132 | label: "状态", | 133 | label: "变更类型", |
133 | width: '130', | 134 | width: 80, |
134 | render: (h, scope) => { | 135 | render: (h, scope) => { |
135 | return ( | 136 | return ( |
136 | <div> | 137 | <div> |
137 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> | 138 | { |
138 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> | 139 | scope.row.bglx == '1' ? <span>变更前</span> : <span>变更后</span> |
140 | } | ||
139 | </div> | 141 | </div> |
140 | ) | 142 | ) |
141 | } | 143 | } |
142 | }, | 144 | }, |
143 | { | 145 | { |
144 | label: "变更类型", | 146 | label: "状态", |
145 | width: 80, | 147 | width: '130', |
146 | render: (h, scope) => { | 148 | render: (h, scope) => { |
147 | return ( | 149 | return ( |
148 | <div> | 150 | <div> |
149 | { | 151 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> |
150 | scope.row.bglx == '1' ? <span>变更前</span> : <span>变更后</span> | 152 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> |
151 | } | ||
152 | </div> | 153 | </div> |
153 | ) | 154 | ) |
154 | } | 155 | } |
155 | }, | 156 | }, |
156 | { | 157 | { |
157 | prop: "qllxmc", | 158 | prop: "qllxmc", |
159 | width: 140, | ||
158 | label: "权利类型", | 160 | label: "权利类型", |
159 | }, | 161 | }, |
160 | { | 162 | { |
161 | label: "不动产单元号", | 163 | label: "不动产单元号", |
162 | width: '150', | 164 | width: 170, |
163 | render: (h, scope) => { | 165 | render: (h, scope) => { |
164 | return ( | 166 | return ( |
165 | <el-tooltip effect="dark" content={scope.row.bdcdyh} placement="top" popper-class="tooltip-width "> | 167 | <el-tooltip effect="dark" content={scope.row.bdcdyh} placement="top" popper-class="tooltip-width "> |
... | @@ -170,7 +172,7 @@ class datatwo extends filter { | ... | @@ -170,7 +172,7 @@ class datatwo extends filter { |
170 | }, | 172 | }, |
171 | { | 173 | { |
172 | label: "不动产权证号", | 174 | label: "不动产权证号", |
173 | width: '150', | 175 | width: 170, |
174 | render: (h, scope) => { | 176 | render: (h, scope) => { |
175 | return ( | 177 | return ( |
176 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width "> | 178 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width "> |
... | @@ -186,15 +188,16 @@ class datatwo extends filter { | ... | @@ -186,15 +188,16 @@ class datatwo extends filter { |
186 | { | 188 | { |
187 | prop: "qlrzjhm", | 189 | prop: "qlrzjhm", |
188 | label: "证件号", | 190 | label: "证件号", |
191 | width: 150, | ||
189 | }, | 192 | }, |
190 | { | 193 | { |
191 | prop: "qlxzmc", | 194 | prop: "qlxzmc", |
192 | width: '80', | 195 | width: 100, |
193 | label: "权利性质", | 196 | label: "权利性质", |
194 | }, | 197 | }, |
195 | { | 198 | { |
196 | prop: "qlmjmc", | 199 | prop: "qlmjmc", |
197 | width: '100', | 200 | width: 100, |
198 | label: "使用权面积", | 201 | label: "使用权面积", |
199 | }, | 202 | }, |
200 | { | 203 | { | ... | ... |
-
Please register or sign in to post a comment