diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index b278ccc..8f12cde 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -482,7 +482,7 @@ { name: '订单', type: 'bar', - data: saleList.map(function (item) { + data: orderList.map(function (item) { return item.total }) }