From 9f3d2ce453fd3185b85676fc8dede76cdd576848 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 31 May 2024 10:34:06 +0800 Subject: [PATCH] 1 --- resources/views/admin/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) }