style:土地分割
Showing
2 changed files
with
12 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-11-14 15:36:32 | 4 | * @LastEditTime: 2023-11-14 15:57:50 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -107,6 +107,11 @@ | ... | @@ -107,6 +107,11 @@ |
107 | label="使用权面积"> | 107 | label="使用权面积"> |
108 | </el-table-column> | 108 | </el-table-column> |
109 | <el-table-column | 109 | <el-table-column |
110 | property="zl" | ||
111 | width="150" | ||
112 | label="坐落"> | ||
113 | </el-table-column> | ||
114 | <el-table-column | ||
110 | label="操作" | 115 | label="操作" |
111 | width="80"> | 116 | width="80"> |
112 | <template slot-scope="scope"> | 117 | <template slot-scope="scope"> | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-11-14 13:48:11 | 4 | * @LastEditTime: 2023-11-14 15:57:33 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -201,6 +201,11 @@ class datatwo extends filter { | ... | @@ -201,6 +201,11 @@ class datatwo extends filter { |
201 | label: "使用权面积", | 201 | label: "使用权面积", |
202 | }, | 202 | }, |
203 | { | 203 | { |
204 | prop: "zl", | ||
205 | label: "坐落", | ||
206 | minWidth: 150 | ||
207 | }, | ||
208 | { | ||
204 | label: '操作', | 209 | label: '操作', |
205 | width: '80', | 210 | width: '80', |
206 | align: 'center', | 211 | align: 'center', | ... | ... |
-
Please register or sign in to post a comment