Skip to content

Commit

Permalink
feat(story): 跑团日志和日志行采用分页 (#37)
Browse files Browse the repository at this point in the history
* feat(story): 跑团日志和日志行采用分页

* feat(story): 增加删除跑团日志时的二次确认
  • Loading branch information
JustAnotherID authored Sep 16, 2023
1 parent d7690d7 commit ca439d2
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 126 deletions.
2 changes: 1 addition & 1 deletion src/components/mod/PageHelpDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</el-table>
<footer>
<el-pagination class="item-list-pagination" :page-size="20" :current-page="textItemQuery.pageNum"
:total="textItemQuery.total" :pager-count="6" @current-change="handleCurrentPageChange"
:total="textItemQuery.total" :pager-count=5 @current-change="handleCurrentPageChange"
layout="prev, pager, next" background hide-on-single-page />
</footer>
</main>
Expand Down
Loading

0 comments on commit ca439d2

Please sign in to comment.