style:table 列表修改
Showing
13 changed files
with
207 additions
and
78 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-28 17:22:23 | 4 | * @LastEditTime: 2023-08-29 13:11:05 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div> | 7 | <div> |
... | @@ -154,6 +154,7 @@ | ... | @@ -154,6 +154,7 @@ |
154 | drawTextOnImage () { | 154 | drawTextOnImage () { |
155 | function getByteLen (val) { | 155 | function getByteLen (val) { |
156 | var len = 0; | 156 | var len = 0; |
157 | if (!val) return len; | ||
157 | for (var i = 0; i < val.length; i++) { | 158 | for (var i = 0; i < val.length; i++) { |
158 | var length = val.charCodeAt(i); | 159 | var length = val.charCodeAt(i); |
159 | if (length >= 0 && length <= 128) { | 160 | if (length >= 0 && length <= 128) { |
... | @@ -382,6 +383,7 @@ | ... | @@ -382,6 +383,7 @@ |
382 | drawTextzmImage () { | 383 | drawTextzmImage () { |
383 | function getByteLen (val) { | 384 | function getByteLen (val) { |
384 | var len = 0; | 385 | var len = 0; |
386 | if (!val) return len; | ||
385 | for (var i = 0; i < val.length; i++) { | 387 | for (var i = 0; i < val.length; i++) { |
386 | var length = val.charCodeAt(i); | 388 | var length = val.charCodeAt(i); |
387 | if (length >= 0 && length <= 128) { | 389 | if (length >= 0 && length <= 128) { | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-29 09:56:47 | 4 | * @LastEditTime: 2023-08-29 13:10:53 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> | 7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> |
... | @@ -354,6 +354,7 @@ | ... | @@ -354,6 +354,7 @@ |
354 | drawTextzmImage () { | 354 | drawTextzmImage () { |
355 | function getByteLen (val) { | 355 | function getByteLen (val) { |
356 | var len = 0; | 356 | var len = 0; |
357 | if (!val) return len; | ||
357 | for (var i = 0; i < val.length; i++) { | 358 | for (var i = 0; i < val.length; i++) { |
358 | var length = val.charCodeAt(i); | 359 | var length = val.charCodeAt(i); |
359 | if (length >= 0 && length <= 128) { | 360 | if (length >= 0 && length <= 128) { | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-29 09:31:15 | 4 | * @LastEditTime: 2023-08-29 10:03:25 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="szxx"> | 7 | <div class="szxx"> |
... | @@ -136,9 +136,9 @@ | ... | @@ -136,9 +136,9 @@ |
136 | store.dispatch('user/reWorkFresh', false) | 136 | store.dispatch('user/reWorkFresh', false) |
137 | if (type == 1) { | 137 | if (type == 1) { |
138 | //证书预览 | 138 | //证书预览 |
139 | this.$popupDialog("证书预览", "workflow/components/dialog/zsyl", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "70%", true); | 139 | this.$popupDialog("证书预览", "workflow/components/dialog/zsyl", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true); |
140 | } else { | 140 | } else { |
141 | this.$popupDialog("证书证明打印", "workflow/components/dialog/zsdy", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "75%", true); | 141 | this.$popupDialog("证书证明打印", "workflow/components/dialog/zsdy", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true); |
142 | } | 142 | } |
143 | }, | 143 | }, |
144 | //再次打印 | 144 | //再次打印 |
... | @@ -294,19 +294,19 @@ | ... | @@ -294,19 +294,19 @@ |
294 | justify-content: flex-end; | 294 | justify-content: flex-end; |
295 | } | 295 | } |
296 | } | 296 | } |
297 | .box-card{ | 297 | .box-card { |
298 | .szxx_header{ | 298 | .szxx_header { |
299 | color: #303133; | 299 | color: #303133; |
300 | } | 300 | } |
301 | // 证书背景色 | 301 | // 证书背景色 |
302 | /deep/.el-card__header { | 302 | /deep/.el-card__header { |
303 | background-color: #e2dfe0; | 303 | background-color: #e2dfe0; |
304 | } | 304 | } |
305 | } | 305 | } |
306 | .bg-red{ | 306 | .bg-red { |
307 | .szxx_header{ | 307 | .szxx_header { |
308 | color: #FFF; | 308 | color: #fff; |
309 | } | 309 | } |
310 | /deep/.el-card__header { | 310 | /deep/.el-card__header { |
311 | background-color: rgb(198, 67, 83); | 311 | background-color: rgb(198, 67, 83); |
312 | } | 312 | } | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-25 10:00:18 | 4 | * @LastEditTime: 2023-08-29 12:55:07 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -40,10 +40,15 @@ class data extends filter { | ... | @@ -40,10 +40,15 @@ class data extends filter { |
40 | } | 40 | } |
41 | }, | 41 | }, |
42 | { | 42 | { |
43 | prop: "qllx", | 43 | label: "权利类型", |
44 | label: "权利类型", | ||
45 | width: '100', | 44 | width: '100', |
46 | showOverflowTooltip: true | 45 | render: (h, scope) => { |
46 | return ( | ||
47 | <el-tooltip effect="dark" content={scope.row.qllx} placement="top" popper-class="tooltip-width "> | ||
48 | <span class="ellipsis-table"> {scope.row.qllx}</span> | ||
49 | </el-tooltip> | ||
50 | ) | ||
51 | } | ||
47 | }, | 52 | }, |
48 | { | 53 | { |
49 | prop: "ysxlh", | 54 | prop: "ysxlh", |
... | @@ -64,16 +69,26 @@ class data extends filter { | ... | @@ -64,16 +69,26 @@ class data extends filter { |
64 | label: "义务人" | 69 | label: "义务人" |
65 | }, | 70 | }, |
66 | { | 71 | { |
67 | prop: "mj", | ||
68 | label: "面积(㎡)", | 72 | label: "面积(㎡)", |
69 | width: '100', | 73 | width: '100', |
70 | showOverflowTooltip: true | 74 | render: (h, scope) => { |
75 | return ( | ||
76 | <el-tooltip effect="dark" content={scope.row.mj} placement="top" popper-class="tooltip-width "> | ||
77 | <span class="ellipsis-table"> {scope.row.mj}</span> | ||
78 | </el-tooltip> | ||
79 | ) | ||
80 | } | ||
71 | }, | 81 | }, |
72 | { | 82 | { |
73 | prop: "zl", | ||
74 | label: "坐落", | 83 | label: "坐落", |
75 | width: '100', | 84 | minWidth: '150', |
76 | showOverflowTooltip: true | 85 | render: (h, scope) => { |
86 | return ( | ||
87 | <el-tooltip effect="dark" content={scope.row.zl} placement="top" popper-class="tooltip-width "> | ||
88 | <span class="ellipsis-table"> {scope.row.zl}</span> | ||
89 | </el-tooltip> | ||
90 | ) | ||
91 | } | ||
77 | }, | 92 | }, |
78 | { | 93 | { |
79 | prop: "fzsj", | 94 | prop: "fzsj", |
... | @@ -130,10 +145,15 @@ class data extends filter { | ... | @@ -130,10 +145,15 @@ class data extends filter { |
130 | label: "义务人" | 145 | label: "义务人" |
131 | }, | 146 | }, |
132 | { | 147 | { |
133 | prop: "mj", | ||
134 | label: "面积(㎡)", | 148 | label: "面积(㎡)", |
135 | width: '100', | 149 | width: '100', |
136 | showOverflowTooltip: true | 150 | render: (h, scope) => { |
151 | return ( | ||
152 | <el-tooltip effect="dark" content={scope.row.mj} placement="top" popper-class="tooltip-width "> | ||
153 | <span class="ellipsis-table"> {scope.row.mj}</span> | ||
154 | </el-tooltip> | ||
155 | ) | ||
156 | } | ||
137 | }, | 157 | }, |
138 | { | 158 | { |
139 | prop: "zl", | 159 | prop: "zl", | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-25 09:06:19 | 4 | * @LastEditTime: 2023-08-29 13:04:29 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -57,10 +57,15 @@ class data extends filter { | ... | @@ -57,10 +57,15 @@ class data extends filter { |
57 | width: '112' | 57 | width: '112' |
58 | }, | 58 | }, |
59 | { | 59 | { |
60 | prop: "cznr", | ||
61 | label: "操作内容", | 60 | label: "操作内容", |
62 | width: '500', | 61 | width: '500', |
63 | showOverflowTooltip: true | 62 | render: (h, scope) => { |
63 | return ( | ||
64 | <el-tooltip effect="dark" content={scope.row.cznr} placement="top" popper-class="tooltip-width "> | ||
65 | <span class="ellipsis-table"> {scope.row.cznr}</span> | ||
66 | </el-tooltip> | ||
67 | ) | ||
68 | } | ||
64 | }, | 69 | }, |
65 | { | 70 | { |
66 | label: '操作', | 71 | label: '操作', | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-23 14:51:40 | 4 | * @LastEditTime: 2023-08-29 13:04:44 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -46,10 +46,15 @@ class data extends filter { | ... | @@ -46,10 +46,15 @@ class data extends filter { |
46 | } | 46 | } |
47 | }, | 47 | }, |
48 | { | 48 | { |
49 | prop: "bdcqzh", | ||
50 | label: "不动产证明号", | 49 | label: "不动产证明号", |
51 | width: '150', | 50 | width: '150', |
52 | showOverflowTooltip: true | 51 | render: (h, scope) => { |
52 | return ( | ||
53 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width"> | ||
54 | <span class="ellipsis-table"> {scope.row.bdcqzh}</span> | ||
55 | </el-tooltip> | ||
56 | ) | ||
57 | } | ||
53 | }, | 58 | }, |
54 | { | 59 | { |
55 | prop: "bdcdyh", | 60 | prop: "bdcdyh", | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-14 11:21:48 | 4 | * @LastEditTime: 2023-08-29 13:05:13 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -50,20 +50,30 @@ class data extends filter { | ... | @@ -50,20 +50,30 @@ class data extends filter { |
50 | label: "土地证号", | 50 | label: "土地证号", |
51 | }, | 51 | }, |
52 | { | 52 | { |
53 | prop: "qllxmc", | ||
54 | showOverflowTooltip: true, | ||
55 | width: '100', | 53 | width: '100', |
56 | label: "权利类型", | 54 | label: "权利类型", |
55 | render: (h, scope) => { | ||
56 | return ( | ||
57 | <el-tooltip effect="dark" content={scope.row.qllxmc} placement="top" popper-class="tooltip-width"> | ||
58 | <span class="ellipsis-table"> {scope.row.qllxmc}</span> | ||
59 | </el-tooltip> | ||
60 | ) | ||
61 | } | ||
57 | }, | 62 | }, |
58 | { | 63 | { |
59 | prop: "xmmc", | 64 | prop: "xmmc", |
60 | label: "项目名称", | 65 | label: "项目名称", |
61 | }, | 66 | }, |
62 | { | 67 | { |
63 | prop: "zrzh", | ||
64 | label: "自然幢号", | 68 | label: "自然幢号", |
65 | width: '90', | 69 | width: '90', |
66 | showOverflowTooltip: true, | 70 | render: (h, scope) => { |
71 | return ( | ||
72 | <el-tooltip effect="dark" content={scope.row.zrzh} placement="top" popper-class="tooltip-width"> | ||
73 | <span class="ellipsis-table"> {scope.row.zrzh}</span> | ||
74 | </el-tooltip> | ||
75 | ) | ||
76 | } | ||
67 | }, | 77 | }, |
68 | { | 78 | { |
69 | prop: "jzwmc", | 79 | prop: "jzwmc", |
... | @@ -112,10 +122,16 @@ class data extends filter { | ... | @@ -112,10 +122,16 @@ class data extends filter { |
112 | width: '70', | 122 | width: '70', |
113 | }, | 123 | }, |
114 | { | 124 | { |
115 | prop: "zl", | ||
116 | label: "自然幢坐落", | 125 | label: "自然幢坐落", |
117 | minWidth: '120', | 126 | minWidth: '120', |
118 | showOverflowTooltip: true | 127 | render: (h, scope) => { |
128 | return ( | ||
129 | <el-tooltip effect="dark" content={scope.row.zl} placement="top" popper-class="tooltip-width "> | ||
130 | <span class="ellipsis-table"> {scope.row.zl}</span> | ||
131 | </el-tooltip> | ||
132 | ) | ||
133 | } | ||
134 | |||
119 | }, | 135 | }, |
120 | { | 136 | { |
121 | label: '操作', | 137 | label: '操作', | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-23 14:56:57 | 4 | * @LastEditTime: 2023-08-29 13:06:12 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -45,22 +45,37 @@ class data extends filter { | ... | @@ -45,22 +45,37 @@ class data extends filter { |
45 | } | 45 | } |
46 | }, | 46 | }, |
47 | { | 47 | { |
48 | prop: "qllxmc", | ||
49 | label: "权利类型", | 48 | label: "权利类型", |
50 | width: '120', | 49 | width: '120', |
51 | showOverflowTooltip: true | 50 | render: (h, scope) => { |
51 | return ( | ||
52 | <el-tooltip effect="dark" content={scope.row.qllxmc} placement="top" popper-class="tooltip-width"> | ||
53 | <span class="ellipsis-table"> {scope.row.qllxmc}</span> | ||
54 | </el-tooltip> | ||
55 | ) | ||
56 | } | ||
52 | }, | 57 | }, |
53 | { | 58 | { |
54 | prop: "bdcdyh", | ||
55 | label: "不动产单元号", | 59 | label: "不动产单元号", |
56 | width: '150', | 60 | width: '150', |
57 | showOverflowTooltip: true | 61 | render: (h, scope) => { |
62 | return ( | ||
63 | <el-tooltip effect="dark" content={scope.row.bdcdyh} placement="top" popper-class="tooltip-width"> | ||
64 | <span class="ellipsis-table"> {scope.row.bdcdyh}</span> | ||
65 | </el-tooltip> | ||
66 | ) | ||
67 | } | ||
58 | }, | 68 | }, |
59 | { | 69 | { |
60 | prop: "bdcqzh", | ||
61 | label: "不动产权证号", | 70 | label: "不动产权证号", |
62 | width: '150', | 71 | width: '150', |
63 | showOverflowTooltip: true | 72 | render: (h, scope) => { |
73 | return ( | ||
74 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width"> | ||
75 | <span class="ellipsis-table"> {scope.row.bdcqzh}</span> | ||
76 | </el-tooltip> | ||
77 | ) | ||
78 | } | ||
64 | }, | 79 | }, |
65 | { | 80 | { |
66 | prop: "gyqk", | 81 | prop: "gyqk", |
... | @@ -97,10 +112,15 @@ class data extends filter { | ... | @@ -97,10 +112,15 @@ class data extends filter { |
97 | label: "用途", | 112 | label: "用途", |
98 | }, | 113 | }, |
99 | { | 114 | { |
100 | prop: "zl", | ||
101 | label: "坐落", | 115 | label: "坐落", |
102 | width: '130', | 116 | minWidth: '150', |
103 | showOverflowTooltip: true | 117 | render: (h, scope) => { |
118 | return ( | ||
119 | <el-tooltip effect="dark" content={scope.row.zl} placement="top" popper-class="tooltip-width "> | ||
120 | <span class="ellipsis-table"> {scope.row.zl}</span> | ||
121 | </el-tooltip> | ||
122 | ) | ||
123 | } | ||
104 | }, | 124 | }, |
105 | { | 125 | { |
106 | label: '操作', | 126 | label: '操作', | ... | ... |
... | @@ -78,16 +78,26 @@ class data extends filter { | ... | @@ -78,16 +78,26 @@ class data extends filter { |
78 | width: '90', | 78 | width: '90', |
79 | }, | 79 | }, |
80 | { | 80 | { |
81 | prop: "bdcdyh", | ||
82 | label: "不动产单元号", | 81 | label: "不动产单元号", |
83 | width: '150', | 82 | width: '150', |
84 | showOverflowTooltip: true | 83 | render: (h, scope) => { |
84 | return ( | ||
85 | <el-tooltip effect="dark" content={scope.row.bdcdyh} placement="top" popper-class="tooltip-width "> | ||
86 | <span class="ellipsis-table"> {scope.row.bdcdyh}</span> | ||
87 | </el-tooltip> | ||
88 | ) | ||
89 | } | ||
85 | }, | 90 | }, |
86 | { | 91 | { |
87 | prop: "bdcqzh", | ||
88 | label: "不动产权证号", | 92 | label: "不动产权证号", |
89 | width: '150', | 93 | width: '150', |
90 | showOverflowTooltip: true | 94 | render: (h, scope) => { |
95 | return ( | ||
96 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width "> | ||
97 | <span class="ellipsis-table"> {scope.row.bdcqzh}</span> | ||
98 | </el-tooltip> | ||
99 | ) | ||
100 | } | ||
91 | }, | 101 | }, |
92 | { | 102 | { |
93 | prop: "qlrmc", | 103 | prop: "qlrmc", |
... | @@ -108,10 +118,15 @@ class data extends filter { | ... | @@ -108,10 +118,15 @@ class data extends filter { |
108 | minWidth: '130' | 118 | minWidth: '130' |
109 | }, | 119 | }, |
110 | { | 120 | { |
111 | prop: "zl", | ||
112 | label: "坐落", | 121 | label: "坐落", |
113 | width: '150', | 122 | minWidth: '150', |
114 | showOverflowTooltip: true | 123 | render: (h, scope) => { |
124 | return ( | ||
125 | <el-tooltip effect="dark" content={scope.row.zl} placement="top" popper-class="tooltip-width "> | ||
126 | <span class="ellipsis-table"> {scope.row.zl}</span> | ||
127 | </el-tooltip> | ||
128 | ) | ||
129 | } | ||
115 | }, | 130 | }, |
116 | { | 131 | { |
117 | label: '操作', | 132 | label: '操作', | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-24 11:00:16 | 4 | * @LastEditTime: 2023-08-29 13:08:08 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -54,20 +54,30 @@ class data extends filter { | ... | @@ -54,20 +54,30 @@ class data extends filter { |
54 | minWidth: '130' | 54 | minWidth: '130' |
55 | }, | 55 | }, |
56 | { | 56 | { |
57 | prop: "bdcqzh", | ||
58 | label: "不动产权证号", | 57 | label: "不动产权证号", |
59 | width: '150', | 58 | width: '150', |
60 | showOverflowTooltip: true | 59 | render: (h, scope) => { |
60 | return ( | ||
61 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width "> | ||
62 | <span class="ellipsis-table"> {scope.row.bdcqzh}</span> | ||
63 | </el-tooltip> | ||
64 | ) | ||
65 | } | ||
61 | }, | 66 | }, |
62 | { | 67 | { |
63 | prop: "gyqk", | 68 | prop: "gyqk", |
64 | label: "共有情况", | 69 | label: "共有情况", |
65 | }, | 70 | }, |
66 | { | 71 | { |
67 | prop: "qlrmc", | ||
68 | label: "权利人", | 72 | label: "权利人", |
69 | width: '120', | 73 | width: '120', |
70 | showOverflowTooltip: true | 74 | render: (h, scope) => { |
75 | return ( | ||
76 | <el-tooltip effect="dark" content={scope.row.qlrmc} placement="top" popper-class="tooltip-width "> | ||
77 | <span class="ellipsis-table"> {scope.row.qlrmc}</span> | ||
78 | </el-tooltip> | ||
79 | ) | ||
80 | } | ||
71 | }, | 81 | }, |
72 | { | 82 | { |
73 | prop: "qlrzjhm", | 83 | prop: "qlrzjhm", |
... | @@ -78,20 +88,30 @@ class data extends filter { | ... | @@ -78,20 +88,30 @@ class data extends filter { |
78 | label: "权利性质", | 88 | label: "权利性质", |
79 | }, | 89 | }, |
80 | { | 90 | { |
81 | prop: "qlytmc", | ||
82 | label: "用途", | 91 | label: "用途", |
83 | width: '120', | 92 | width: '120', |
84 | showOverflowTooltip: true | 93 | render: (h, scope) => { |
94 | return ( | ||
95 | <el-tooltip effect="dark" content={scope.row.qlytmc} placement="top" popper-class="tooltip-width "> | ||
96 | <span class="ellipsis-table"> {scope.row.qlytmc}</span> | ||
97 | </el-tooltip> | ||
98 | ) | ||
99 | } | ||
85 | }, | 100 | }, |
86 | { | 101 | { |
87 | prop: "qlmjmc", | 102 | prop: "qlmjmc", |
88 | label: "面积", | 103 | label: "面积", |
89 | }, | 104 | }, |
90 | { | 105 | { |
91 | prop: "zl", | ||
92 | label: "坐落", | 106 | label: "坐落", |
93 | width: '130', | 107 | minWidth: '150', |
94 | showOverflowTooltip: true | 108 | render: (h, scope) => { |
109 | return ( | ||
110 | <el-tooltip effect="dark" content={scope.row.zl} placement="top" popper-class="tooltip-width "> | ||
111 | <span class="ellipsis-table"> {scope.row.zl}</span> | ||
112 | </el-tooltip> | ||
113 | ) | ||
114 | } | ||
95 | }, | 115 | }, |
96 | { | 116 | { |
97 | label: '操作', | 117 | label: '操作', | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-10 15:35:50 | 4 | * @LastEditTime: 2023-08-29 13:09:15 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -54,10 +54,15 @@ class data extends filter { | ... | @@ -54,10 +54,15 @@ class data extends filter { |
54 | minWidth: '150' | 54 | minWidth: '150' |
55 | }, | 55 | }, |
56 | { | 56 | { |
57 | prop: "bdcqzh", | ||
58 | label: "不动产权证号", | 57 | label: "不动产权证号", |
59 | showOverflowTooltip: true, | 58 | width: '150', |
60 | width: '150' | 59 | render: (h, scope) => { |
60 | return ( | ||
61 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width "> | ||
62 | <span class="ellipsis-table"> {scope.row.bdcqzh}</span> | ||
63 | </el-tooltip> | ||
64 | ) | ||
65 | } | ||
61 | }, | 66 | }, |
62 | { | 67 | { |
63 | prop: "gyqk", | 68 | prop: "gyqk", | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-23 14:49:24 | 4 | * @LastEditTime: 2023-08-29 13:09:45 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -44,16 +44,26 @@ class data extends filter { | ... | @@ -44,16 +44,26 @@ class data extends filter { |
44 | label: "权利类型", | 44 | label: "权利类型", |
45 | }, | 45 | }, |
46 | { | 46 | { |
47 | prop: "bdcdyh", | ||
48 | label: "不动产单元号", | 47 | label: "不动产单元号", |
49 | width: '150', | 48 | width: '150', |
50 | showOverflowTooltip: true | 49 | render: (h, scope) => { |
50 | return ( | ||
51 | <el-tooltip effect="dark" content={scope.row.bdcdyh} placement="top" popper-class="tooltip-width "> | ||
52 | <span class="ellipsis-table"> {scope.row.bdcdyh}</span> | ||
53 | </el-tooltip> | ||
54 | ) | ||
55 | } | ||
51 | }, | 56 | }, |
52 | { | 57 | { |
53 | prop: "bdcqzh", | ||
54 | label: "不动产权证号", | 58 | label: "不动产权证号", |
55 | width: '150', | 59 | width: '150', |
56 | showOverflowTooltip: true | 60 | render: (h, scope) => { |
61 | return ( | ||
62 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width "> | ||
63 | <span class="ellipsis-table"> {scope.row.bdcqzh}</span> | ||
64 | </el-tooltip> | ||
65 | ) | ||
66 | } | ||
57 | }, | 67 | }, |
58 | { | 68 | { |
59 | prop: "qlrmc", | 69 | prop: "qlrmc", | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: 土地所有权对象处理 | 2 | * @Description: 土地所有权对象处理 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-07-14 17:00:11 | 4 | * @LastEditTime: 2023-08-29 13:10:12 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -49,16 +49,26 @@ class data extends filter { | ... | @@ -49,16 +49,26 @@ class data extends filter { |
49 | label: "权利类型", | 49 | label: "权利类型", |
50 | }, | 50 | }, |
51 | { | 51 | { |
52 | prop: "bdcdyh", | ||
53 | label: "不动产单元号", | 52 | label: "不动产单元号", |
54 | width: '150', | 53 | width: '150', |
55 | showOverflowTooltip: true | 54 | render: (h, scope) => { |
55 | return ( | ||
56 | <el-tooltip effect="dark" content={scope.row.bdcdyh} placement="top" popper-class="tooltip-width "> | ||
57 | <span class="ellipsis-table"> {scope.row.bdcdyh}</span> | ||
58 | </el-tooltip> | ||
59 | ) | ||
60 | } | ||
56 | }, | 61 | }, |
57 | { | 62 | { |
58 | prop: "bdcqzh", | ||
59 | label: "不动产权证号", | 63 | label: "不动产权证号", |
60 | width: '150', | 64 | width: '150', |
61 | showOverflowTooltip: true | 65 | render: (h, scope) => { |
66 | return ( | ||
67 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width "> | ||
68 | <span class="ellipsis-table"> {scope.row.bdcqzh}</span> | ||
69 | </el-tooltip> | ||
70 | ) | ||
71 | } | ||
62 | }, | 72 | }, |
63 | { | 73 | { |
64 | prop: "gyqk", | 74 | prop: "gyqk", | ... | ... |
-
Please register or sign in to post a comment