style;在建工程抵押权 || 转移登记
Showing
1 changed file
with
3 additions
and
4 deletions
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-29 13:04:44 | 4 | * @LastEditTime: 2023-10-31 08:52:14 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -109,7 +109,8 @@ class data extends filter { | ... | @@ -109,7 +109,8 @@ class data extends filter { |
109 | }, | 109 | }, |
110 | { | 110 | { |
111 | label: '操作', | 111 | label: '操作', |
112 | width: '100', | 112 | width: '80', |
113 | fixed: 'right', | ||
113 | render: (h, scope) => { | 114 | render: (h, scope) => { |
114 | return ( | 115 | return ( |
115 | <div> | 116 | <div> |
... | @@ -120,8 +121,6 @@ class data extends filter { | ... | @@ -120,8 +121,6 @@ class data extends filter { |
120 | } | 121 | } |
121 | ] | 122 | ] |
122 | } | 123 | } |
123 | |||
124 | |||
125 | } | 124 | } |
126 | let datas = new data() | 125 | let datas = new data() |
127 | export { | 126 | export { | ... | ... |
-
Please register or sign in to post a comment