f63c044a by renchao@pashanhoo.com

style:预告买卖变更+预告抵押变更一并申请

1 parent 40acc836
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>
......