瀏覽代碼

默认50条

zq940222 2 周之前
父節點
當前提交
0904b94b89

+ 1 - 1
src/views/adweb/data/components/BuyerList.vue

@@ -73,7 +73,7 @@ const columns = [
 
 const pagination = ref({
     current: 1,
-    pageSize: 10,
+    pageSize: 20,
     total: 0
 });
 

+ 1 - 1
src/views/adweb/data/components/CompanyList.vue

@@ -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({

+ 1 - 1
src/views/adweb/data/components/SupplierList.vue

@@ -37,7 +37,7 @@ const props = defineProps({
 const loading = ref(false);
 const pagination = ref({
     current: 1,
-    pageSize: 10,
+    pageSize: 20,
     total: 0
 });
 

+ 1 - 2
src/views/adweb/data/customsData.vue

@@ -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([]);
 const loading = ref(false);
 const pagination = ref({
   current: 1,
-  pageSize: 10,
+  pageSize: 50,
   total: 0,
 });