@@ -73,7 +73,7 @@ const columns = [
const pagination = ref({
current: 1,
- pageSize: 10,
+ pageSize: 20,
total: 0
});
@@ -101,7 +101,7 @@
const sortMode = ref<'count' | 'weight'>('count')
const companyType = ref<'supplier' | 'purchaser'>('supplier')
const currentPage = ref(1)
- const pageSize = ref(10)
+ const pageSize = ref(20)
const total = ref(0)
const props = defineProps({
@@ -37,7 +37,7 @@ const props = defineProps({
const loading = ref(false);
@@ -626,7 +626,6 @@ import dayjs from 'dayjs';
import { useMessage } from '@/hooks/web/useMessage';
import {
list,
- listCompanies,
getTrendReport,
getCompanyInfo,
getMonthly,
@@ -921,7 +920,7 @@ const tableData = ref([]);
+ pageSize: 50,
total: 0,