style:样式修改
Showing
1 changed file
with
3 additions
and
2 deletions
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-23 14:53:01 | 4 | * @LastEditTime: 2023-08-23 14:56:57 |
| 5 | */ | 5 | */ |
| 6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
| 7 | let vm = null | 7 | let vm = null |
| ... | @@ -99,7 +99,8 @@ class data extends filter { | ... | @@ -99,7 +99,8 @@ class data extends filter { |
| 99 | { | 99 | { |
| 100 | prop: "zl", | 100 | prop: "zl", |
| 101 | label: "坐落", | 101 | label: "坐落", |
| 102 | minWidth: '130' | 102 | width: '130', |
| 103 | showOverflowTooltip: true | ||
| 103 | }, | 104 | }, |
| 104 | { | 105 | { |
| 105 | label: '操作', | 106 | label: '操作', | ... | ... |
-
Please register or sign in to post a comment