瀏覽代碼

电签管理员默认分页200

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

+ 2 - 2
src/views/tasks/sign-admin.vue

@@ -67,7 +67,7 @@
                 </template>
             </HcTable>
             <template #action>
-                <HcPages :pages="searchForm" @change="pageChange" />
+                <HcPages :pages="searchForm" :sizes="[10, 20, 30, 40, 50, 200]" @change="pageChange" />
             </template>
         </HcNewCard>
     </div>
@@ -117,7 +117,7 @@ const betweenTimeUpdate = ({ val, arr }) => {
 //搜索表单
 const searchForm = ref({
     queryValue: null, evisaUserName: null, contractId: null, startTimeValue: null, endTimeValue: null,
-    current: 1, size: 20, total: 0, visaStatus:1,
+    current: 1, size: 200, total: 0, visaStatus:1,
 })
 
 //回车搜索