Jelajahi Sumber

统计图表修改

zhongxiaoyu 1 tahun lalu
induk
melakukan
2777940782

+ 8 - 8
src/views/newQuery/components/search.vue

@@ -97,14 +97,14 @@ const comparisonOperatorOptions = [
     label: '不等于',
     value: '!=',
   },
-  {
-    label: '为空',
-    value: 'is Null',
-  },
-  {
-    label: '不为空',
-    value: 'is not Null',
-  },
+  // {
+  //   label: '为空',
+  //   value: 'is Null',
+  // },
+  // {
+  //   label: '不为空',
+  //   value: 'is not Null',
+  // },
   // {
   //   label: '包含',
   //   value: 'like',

+ 1 - 0
src/views/statisticsCharts/views/airlineCompany/baggagePassengerStatisticsCharts.vue

@@ -58,6 +58,7 @@ export default {
           inputType: 'datePicker',
           // clearable: true,
           width: '240px',
+          requiredWarning: '请先选择时间范围',
         },
       ],
     }

+ 1 - 0
src/views/statisticsCharts/views/airlineCompany/baggageStatisticsCharts.vue

@@ -59,6 +59,7 @@ export default {
           inputType: 'datePicker',
           // clearable: true,
           width: '240px',
+          requiredWarning: '请先选择时间范围',
         },
       ],
     }

+ 3 - 0
src/views/statisticsCharts/views/airlineCompany/hourPassengerStatisticsCharts.vue

@@ -16,6 +16,8 @@ export default {
     return {
       querySettings: {
         serviceId: SERVICE_ID.LuggageHourId,
+        seriesKey: 'bags',
+        xAxisKey: 'dat',
       },
       formData: {
         airport: 'CAN',
@@ -63,6 +65,7 @@ export default {
           inputType: 'datePicker',
           // clearable: true,
           width: '240px',
+          requiredWarning: '请先选择时间范围',
         },
       ],
     }

+ 1 - 1
src/views/statisticsCharts/views/nodeStatisticsCharts.vue

@@ -109,7 +109,7 @@ export default {
           // multiple: true,
           // disabled: true,
           queryId: SERVICE_ID.AirportIds,
-          setKey: 'planDepartureApt',
+          setKey: 'code3',
           options: [],
         },
         {