doum
2025-11-13 3dc3484091d5e426ef5acc70ea3bade9ac88ffdf
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 => {