style:预告买卖变更+预告抵押变更一并申请
Showing
1 changed file
with
2 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-07 10:06:37 | 4 | * @LastEditTime: 2023-09-07 10:13:50 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -60,7 +60,7 @@ | ... | @@ -60,7 +60,7 @@ |
60 | type="index" | 60 | type="index" |
61 | width="50" | 61 | width="50" |
62 | align="center"> | 62 | align="center"> |
63 | <template scope="scope"> | 63 | <template slot-scope="scope"> |
64 | {{ scope.$index + (pageData.currentPage - 1) * pageData.pageSize + 1 }} | 64 | {{ scope.$index + (pageData.currentPage - 1) * pageData.pageSize + 1 }} |
65 | </template> | 65 | </template> |
66 | </el-table-column> | 66 | </el-table-column> | ... | ... |
-
Please register or sign in to post a comment