Prechádzať zdrojové kódy

航司行李相关统计-修改为迭代2

zhongxiaoyu 1 rok pred
rodič
commit
789d93bbdc

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

@@ -30,7 +30,7 @@ import XLSX_STYLE from 'xlsx-style'
 import FileSaver from 'file-saver'
 
 export default {
-  name: 'CommonBarStatisticsCharts',
+  name: 'NewBarStatisticsCharts',
   components: { StatisticsHeader },
   props: {
     chartsTitle: {
@@ -374,7 +374,6 @@ export default {
             this.getChartsData(serviceId, dataContent)
           )
         )
-        console.log(this.seriesKey)
         const listValues = listValuesArray.reduce(
           (preValues, currentValues) => {
             currentValues.forEach(value => {

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

@@ -101,7 +101,7 @@ import { mapGetters } from 'vuex'
 import { Query } from '@/api/webApi'
 
 export default {
-  name: 'StatisticsHeader',
+  name: 'NewStatisticsHeader',
   props: {
     title: {
       type: String,