chenrui  1 жил өмнө
parent
commit
6f282728f2

+ 1 - 0
src/views/statisticalanalysis/cargoflight/index.vue

@@ -127,6 +127,7 @@ export default {
     };
   },
   mounted() {
+    this.pagesize = window.screen.height > 1080 ? 20 : 10;
     // this.getQuery([]);
   },
   watch: {

+ 1 - 1
src/views/statisticalanalysis/deliverydetails/index.vue

@@ -122,6 +122,7 @@ export default {
     };
   },
   mounted() {
+    this.pagesize = window.screen.height > 1080 ? 20 : 10;
     // this.getFormData();
     // this.getQuery([]);
   },
@@ -146,7 +147,6 @@ export default {
       this.tableData.data2 = [];
       let option = [
         {
-          specialTypeName: data.specialTypeName ? data.specialTypeName : "全部",
           fttp: data.fttp ? data.fttp : "国内出港",
           fd1: data.dateTime[0],
           fd2: data.dateTime[1],

+ 1 - 0
src/views/statisticalanalysis/domesticdeparture/index.vue

@@ -125,6 +125,7 @@ export default {
     };
   },
   mounted() {
+    this.pagesize = window.screen.height > 1080 ? 20 : 10;
     // this.getQuery([]);
   },
   watch: {

+ 1 - 0
src/views/statisticalanalysis/domesticinbound/index.vue

@@ -96,6 +96,7 @@ export default {
     };
   },
   mounted() {
+    this.pagesize = window.screen.height > 1080 ? 20 : 11;
     // this.getQuery([]);
   },
   watch: {

+ 2 - 2
src/views/statisticalanalysis/flightvolume/index.vue

@@ -113,8 +113,8 @@ export default {
               label: "国际进港",
             },
             {
-              value: "国内进港-全部 ",
-              label: "国内进港-全部 ",
+              value: "国内进港-全部",
+              label: "国内进港-全部",
             },
             {
               value: "国内离港-全部",

+ 1 - 0
src/views/statisticalanalysis/gantryframe/index.vue

@@ -126,6 +126,7 @@ export default {
     };
   },
   mounted() {
+    this.pagesize = window.screen.height > 1080 ? 20 : 10;
     // this.getQuery([]);
   },
   watch: {

+ 1 - 0
src/views/statisticalanalysis/specialgoodsdelist/index.vue

@@ -156,6 +156,7 @@ export default {
     };
   },
   mounted() {
+    this.pagesize = window.screen.height > 1080 ? 20 : 10;
     // this.getQuery([]);
   },
   watch: {