MrShi
2026-01-07 b7cc2d541aea7d3b0108c939bb6a54f40ebafce2
admin/src/views/business/carStatistics.vue
@@ -169,6 +169,12 @@
        getReportList({ dateStr: this.date1, isGroupBy: this.isGroupBy, type: 0 })
            .then(res => {
              if (!res || res.length === 0) {
                this.column = []
                this.list = []
                return
              }
              this.column = res[0]
              this.list = res.slice(1).map(row => {