无人机管理后台前端(已迁走)
chenyao
2025-07-16 0bd142bad668d4feae502bd270bb0dbac9667737
feat:增加分页条数
1 files modified
2 ■■■ changed files
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue 2 ●●● patch | view | raw | blame | history
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -78,7 +78,7 @@
                class="ztzf-pagination"
                popper-class="custom-pagination-dropdown"
                background
                :page-sizes="[10, 20, 30, 40]"
                :page-sizes="[10, 20, 30, 40,50,100]"
                :size="size"
                v-model:current-page="jobListParams.current"
                v-model:page-size="jobListParams.size"