Merge branch 'dev'
Showing
3 changed files
with
4 additions
and
4 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-10-08 14:48:23 | 4 | * @LastEditTime: 2023-10-18 13:24:57 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="container"> | 7 | <div class="container"> |
| ... | @@ -274,7 +274,6 @@ | ... | @@ -274,7 +274,6 @@ |
| 274 | /** | 274 | /** |
| 275 | * @description: 右侧表单选项卡事件 | 275 | * @description: 右侧表单选项卡事件 |
| 276 | * @param {*} handleClick | 276 | * @param {*} handleClick |
| 277 | * @author: renchao | ||
| 278 | */ | 277 | */ |
| 279 | handleClick (a) { | 278 | handleClick (a) { |
| 280 | let p = Object.keys(this.tabList[0]).filter( | 279 | let p = Object.keys(this.tabList[0]).filter( | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-10-13 15:25:01 | 4 | * @LastEditTime: 2023-10-18 13:20:32 |
| 5 | */ | 5 | */ |
| 6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
| 7 | let vm = null | 7 | let vm = null |
| ... | @@ -76,6 +76,7 @@ class data extends filter { | ... | @@ -76,6 +76,7 @@ class data extends filter { |
| 76 | }, | 76 | }, |
| 77 | { | 77 | { |
| 78 | label: "土地/房屋性质", | 78 | label: "土地/房屋性质", |
| 79 | minWidth: '100', | ||
| 79 | render: (h, scope) => { | 80 | render: (h, scope) => { |
| 80 | return ( | 81 | return ( |
| 81 | <div> | 82 | <div> | ... | ... |
-
Please register or sign in to post a comment