From 6a74fd815a9a9c6eb12899bdcc7b426b6020110d Mon Sep 17 00:00:00 2001 From: liushoukun Date: Tue, 8 Oct 2024 23:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=B0=8F=E9=83=A8=E4=BB=B6=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=9C=A8=E4=BA=A7=E5=93=81=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E5=87=A0=E4=B8=AA=E6=96=B0=E5=B0=8F?= =?UTF-8?q?=E9=83=A8=E4=BB=B6=EF=BC=8C=E5=8C=85=E6=8B=AC=EF=BC=9A=20-=20?= =?UTF-8?q?=E5=95=86=E5=93=81=E6=95=B0=E9=87=8F=20-=20=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=88=86=E5=B8=83=20-=20=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=88=86=E5=B8=83=20-=20=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E9=A2=84=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 这些新功能将增强产品仪表板的可用性和信息量,为用户提供更多有价值的数据。 --- src/Clusters/Product/Pages/Dashboard.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Clusters/Product/Pages/Dashboard.php b/src/Clusters/Product/Pages/Dashboard.php index b299ecd..14d7f9a 100644 --- a/src/Clusters/Product/Pages/Dashboard.php +++ b/src/Clusters/Product/Pages/Dashboard.php @@ -43,6 +43,11 @@ public function getVisibleWidgets() : array public function getWidgets() : array { + // 商品数量 + // 商品类型分布 + // 商品状态分布 + // 库存预警 + return [ ];