1
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
| 46 | </div> | 46 | </div> |
| 47 | <!-- 表格 --> | 47 | <!-- 表格 --> |
| 48 | <div class="from-clues-content"> | 48 | <div class="from-clues-content"> |
| 49 | <lb-table :page-size="pageData.size" @sort-change="handleSort" :current-page.sync="pageData.current" | 49 | <lb-table :page-size="pageData.size" @sort-change="handleSort" border :current-page.sync="pageData.current" |
| 50 | :total="pageData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange" | 50 | :total="pageData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange" |
| 51 | :column="tableData.columns" :data="tableData.data"> | 51 | :column="tableData.columns" :data="tableData.data"> |
| 52 | </lb-table> | 52 | </lb-table> | ... | ... |
-
Please register or sign in to post a comment