瀏覽代碼

任务页面分页默认改为size200

duy 2 年之前
父節點
當前提交
1545fd526d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/tasks/components/TableCard.vue

+ 2 - 2
src/views/tasks/components/TableCard.vue

@@ -82,7 +82,7 @@
                     <el-tag class="mx-1" effect="dark" type="danger">签字异常</el-tag>
                 </div>
                 <div class="right">
-                    <HcPages :pages="searchForm" @change="pageChange"/>
+                    <HcPages :pages="searchForm" @change="pageChange" :sizes="[10,20,30,40,50,200]"/>
                 </div>
             </div>
         </template>
@@ -195,7 +195,7 @@ const queryBatchList = async () => {
 //搜索表单
 const searchForm = ref({
     queryValue: null, taskType: null, taskStatus: null, batch: null, startTime: null, endTime: null,
-    current: 1, size: 20, total: 0
+    current: 1, size: 200, total: 0
 })
 
 //日期时间被选择