style:预告抵押登记
Showing
2 changed files
with
8 additions
and
8 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-25 10:01:40 | 4 | * @LastEditTime: 2023-09-25 11:08:07 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -215,15 +215,15 @@ | ... | @@ -215,15 +215,15 @@ |
215 | tableData: { | 215 | tableData: { |
216 | total: 0, | 216 | total: 0, |
217 | columns: datas.columns(), | 217 | columns: datas.columns(), |
218 | data: [], | 218 | data: [] |
219 | }, | 219 | } |
220 | }; | 220 | } |
221 | }, | 221 | }, |
222 | activated () { | 222 | activated () { |
223 | this.queryClick(); | 223 | this.queryClick(); |
224 | window["getBpageList"] = () => { | 224 | window["getBpageList"] = () => { |
225 | this.queryClick(); | 225 | this.queryClick() |
226 | }; | 226 | } |
227 | }, | 227 | }, |
228 | methods: { | 228 | methods: { |
229 | /** | 229 | /** | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-04 09:52:38 | 4 | * @LastEditTime: 2023-09-25 14:34:04 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -98,7 +98,7 @@ class data extends filter { | ... | @@ -98,7 +98,7 @@ class data extends filter { |
98 | render: (h, scope) => { | 98 | render: (h, scope) => { |
99 | return ( | 99 | return ( |
100 | <div> | 100 | <div> |
101 | <el-button type="text" icon="el-icon-edit-outline" onClick={() => { vm.openDialog(scope.row) }}>登记薄</el-button> | 101 | <el-button type="text" icon="el-icon-edit-outline" onClick={() => { vm.openBook(scope.row) }}>登记薄</el-button> |
102 | </div> | 102 | </div> |
103 | ) | 103 | ) |
104 | } | 104 | } | ... | ... |
-
Please register or sign in to post a comment