style:宅基地使用权/房屋所有权 || 转移登记
Showing
2 changed files
with
4 additions
and
4 deletions
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-15 17:25:11 | 4 | * @LastEditTime: 2023-10-31 08:50:23 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -123,8 +123,9 @@ class data extends filter { | ... | @@ -123,8 +123,9 @@ class data extends filter { |
123 | }, | 123 | }, |
124 | { | 124 | { |
125 | label: '操作', | 125 | label: '操作', |
126 | width: '110', | 126 | width: '80', |
127 | align: 'center', | 127 | align: 'center', |
128 | fixed: 'right', | ||
128 | render: (h, scope) => { | 129 | render: (h, scope) => { |
129 | return ( | 130 | return ( |
130 | <div> | 131 | <div> | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: 土地所有权对象处理 | 2 | * @Description: 土地所有权对象处理 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-10-31 08:47:38 | 4 | * @LastEditTime: 2023-10-31 08:48:59 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -119,7 +119,6 @@ class data extends filter { | ... | @@ -119,7 +119,6 @@ class data extends filter { |
119 | label: '操作', | 119 | label: '操作', |
120 | width: '80', | 120 | width: '80', |
121 | align: 'center', | 121 | align: 'center', |
122 | fixed: 'right', | ||
123 | render: (h, scope) => { | 122 | render: (h, scope) => { |
124 | return ( | 123 | return ( |
125 | <div> | 124 | <div> | ... | ... |
-
Please register or sign in to post a comment