|
@@ -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,
|
|
|
})
|
|
|
|
|
|
//回车搜索
|