Browse Source

机台日报表默认条数

zck 1 year ago
parent
commit
2b650969ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/performance/Dayreports.vue

+ 1 - 1
src/view/performance/Dayreports.vue

@@ -1470,7 +1470,7 @@ const detailData = reactive([]);
 const total = ref(0);
 const page = ref(1);
 
-const limit = ref(10);
+const limit = ref(50);
 const searchInfo = ref("");
 const params = {
   type: "",