Browse Source

行李量统计修改

zhongxiaoyu 1 year ago
parent
commit
fb9fb460e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/statisticsCharts/components/newBarStatisticsCharts.vue

+ 1 - 1
src/views/statisticsCharts/components/newBarStatisticsCharts.vue

@@ -216,7 +216,7 @@ export default {
       const filterMap = {
         全部: '',
         有行李: '_have_bag',
-        实际托运: '_no_del',
+        不包含DEL: '_no_del',
         进港: '_in',
         离港: '_out',
       }