style:集体建设用地使用权 || 转移登记申请列表的修改
Showing
2 changed files
with
18 additions
and
5 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-26 15:45:06 | 4 | * @LastEditTime: 2023-10-11 13:56:35 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div> | 7 | <div> |
... | @@ -203,7 +203,6 @@ | ... | @@ -203,7 +203,6 @@ |
203 | * @author: renchao | 203 | * @author: renchao |
204 | */ | 204 | */ |
205 | deleClick (index, row) { | 205 | deleClick (index, row) { |
206 | debugger | ||
207 | this.tableDataList.splice(index, 1) | 206 | this.tableDataList.splice(index, 1) |
208 | this.$emit('upDateQlrxxList', this.tableDataList) | 207 | this.$emit('upDateQlrxxList', this.tableDataList) |
209 | }, | 208 | }, | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-10 14:20:14 | 4 | * @LastEditTime: 2023-10-11 11:29:42 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -69,12 +69,26 @@ class data extends filter { | ... | @@ -69,12 +69,26 @@ class data extends filter { |
69 | label: "共有方式", | 69 | label: "共有方式", |
70 | }, | 70 | }, |
71 | { | 71 | { |
72 | prop: "qlrmc", | ||
73 | label: "使用权人", | 72 | label: "使用权人", |
73 | width: '105', | ||
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 | } | ||
74 | }, | 81 | }, |
75 | { | 82 | { |
76 | prop: "qlrzjhm", | ||
77 | label: "证件号", | 83 | label: "证件号", |
84 | width: '105', | ||
85 | render: (h, scope) => { | ||
86 | return ( | ||
87 | <el-tooltip effect="dark" content={scope.row.qlrzjhm} placement="top" popper-class="tooltip-width "> | ||
88 | <span class="ellipsis-table"> {scope.row.qlrzjhm}</span> | ||
89 | </el-tooltip> | ||
90 | ) | ||
91 | } | ||
78 | }, | 92 | }, |
79 | { | 93 | { |
80 | prop: "qlxzmc", | 94 | prop: "qlxzmc", | ... | ... |
-
Please register or sign in to post a comment