MrShi
2026-01-13 3a154bdb0a5aaa2c0ac3eac95a6ba747068bd454
admin/src/views/business/carStatistics.vue
@@ -174,6 +174,12 @@
                return
              }
              if (!res || res.length === 0) {
                this.column = []
                this.list = []
                return
              }
              this.column = res[0]
              this.list = res.slice(1).map(row => {
@@ -290,7 +296,7 @@
          },
          xAxis: {
            type: 'category',
            data: names
            data: names ||[]
          },
          yAxis: {
            type: 'value',