Browse Source

111111111

chenrui  1 năm trước cách đây
mục cha
commit
399fb8de73

+ 2 - 0
src/views/statisticsCharts/views/averagepassengers/averagepassairlineStatisticsCharts.vue

@@ -20,6 +20,8 @@ export default {
       },
       formData: {
         td: '日',
+        aircompany: '',
+        status: '',
         // agent_number: '',
         // airport: '',
         dateTime: [],

+ 2 - 0
src/views/statisticsCharts/views/averagepassengers/averagepassrouteStatisticsCharts.vue

@@ -22,6 +22,8 @@ export default {
         td: '日',
         // agent_number: '',
         // airport: '',
+        line: '',
+        status: '',
         dateTime: [],
       },
       rol: 'avgbag',

+ 2 - 0
src/views/statisticsCharts/views/averagepassengers/averagepassterminalStatisticsCharts.vue

@@ -22,6 +22,8 @@ export default {
         td: '日',
         // agent_number: '',
         airport: '',
+        iotype: '',
+        status: '',
         dateTime: [],
       },
       rol: 'avgbag',

+ 5 - 0
src/views/statisticsCharts/views/flight/flightvolumeStatisticsCharts.vue

@@ -23,6 +23,11 @@ export default {
         td: '日',
         // agent_number: '',
         airport: '',
+        iotype: '',
+        flightstatus: '',
+        crafttype: '',
+        ditype: '',
+        ishas: '',
         dateTime: [],
       },
       formItems: [

+ 5 - 0
src/views/statisticsCharts/views/flight/numberairStatisticsCharts.vue

@@ -20,6 +20,11 @@ export default {
       },
       formData: {
         td: '日',
+        aircompany: '',
+        flightstatus: '',
+        crafttype: '',
+        ditype: '',
+        ishas: '',
         // agent_number: '',
         // airport: '',
         dateTime: [],

+ 5 - 0
src/views/statisticsCharts/views/flight/volumeofStatisticsCharts.vue

@@ -20,6 +20,11 @@ export default {
       },
       formData: {
         td: '日',
+        line: '',
+        flightstatus: '',
+        crafttype: '',
+        ditype: '',
+        ishas: '',
         // agent_number: '',
         // airport: '',
         dateTime: [],

+ 2 - 0
src/views/statisticsCharts/views/passenger/passengerairlineStatisticsCharts.vue

@@ -20,6 +20,8 @@ export default {
       },
       formData: {
         td: '日',
+        aircompany: '',
+        status: '',
         // agent_number: '',
         // airport: '',
         dateTime: [],

+ 2 - 0
src/views/statisticsCharts/views/passenger/passengerrouteStatisticsCharts.vue

@@ -22,6 +22,8 @@ export default {
         td: '日',
         // agent_number: '',
         // airport: '',
+        line: '',
+        status: '',
         dateTime: [],
       },
       rol: 'passenger',

+ 2 - 0
src/views/statisticsCharts/views/passenger/terminalpassengersStatisticsCharts.vue

@@ -22,6 +22,8 @@ export default {
         td: '日',
         // agent_number: '',
         airport: '',
+        iotype: '',
+        status: '',
         dateTime: [],
       },
       rol: 'passenger',