style:国有建设用地使用权 || 转移登记
Showing
3 changed files
with
10 additions
and
10 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-10-17 10:42:49 | 4 | * @LastEditTime: 2023-10-26 15:07:21 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
| ... | @@ -111,7 +111,7 @@ | ... | @@ -111,7 +111,7 @@ |
| 111 | label="权利性质"> | 111 | label="权利性质"> |
| 112 | </el-table-column> | 112 | </el-table-column> |
| 113 | <el-table-column | 113 | <el-table-column |
| 114 | property="mj" | 114 | property="syqmj" |
| 115 | label="使用权面积"> | 115 | label="使用权面积"> |
| 116 | </el-table-column> | 116 | </el-table-column> |
| 117 | <el-table-column | 117 | <el-table-column | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-06 17:03:59 | 4 | * @LastEditTime: 2023-10-26 15:11:19 |
| 5 | */ | 5 | */ |
| 6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
| 7 | let vm = null | 7 | let vm = null |
| ... | @@ -158,15 +158,15 @@ class datatwo extends filter { | ... | @@ -158,15 +158,15 @@ class datatwo extends filter { |
| 158 | label: "权利性质", | 158 | label: "权利性质", |
| 159 | }, | 159 | }, |
| 160 | { | 160 | { |
| 161 | prop: "mj", | 161 | prop: "syqmj", |
| 162 | label: "宗地面积(㎡)", | 162 | label: "宗地面积(㎡)", |
| 163 | }, | 163 | }, |
| 164 | // { | ||
| 165 | // prop: "qlsdfsmc", | ||
| 166 | // label: "权利设定方式", | ||
| 167 | // }, | ||
| 164 | { | 168 | { |
| 165 | prop: "qlsdfsmc", | 169 | prop: "qlytmc", |
| 166 | label: "权利设定方式", | ||
| 167 | }, | ||
| 168 | { | ||
| 169 | prop: "ytmc", | ||
| 170 | label: "土地用途", | 170 | label: "土地用途", |
| 171 | }, | 171 | }, |
| 172 | { | 172 | { | ... | ... |
-
Please register or sign in to post a comment