|
@@ -101,7 +101,7 @@
|
|
const sortMode = ref<'count' | 'weight'>('count')
|
|
const sortMode = ref<'count' | 'weight'>('count')
|
|
const companyType = ref<'supplier' | 'purchaser'>('supplier')
|
|
const companyType = ref<'supplier' | 'purchaser'>('supplier')
|
|
const currentPage = ref(1)
|
|
const currentPage = ref(1)
|
|
- const pageSize = ref(10)
|
|
|
|
|
|
+ const pageSize = ref(20)
|
|
const total = ref(0)
|
|
const total = ref(0)
|
|
|
|
|
|
const props = defineProps({
|
|
const props = defineProps({
|