From ecad6de65bd34384e9bdcf9030f0747df414c524 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 31 May 2024 13:47:34 +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 1669938..8e8340a 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -364,7 +364,7 @@ position: 'center', fontWeight: "bold", formatter: function (params) { - return params.name + "\n" + (item.rate * 100).toFixed(2) + "%" + return params.name + "\n" + item.product_item_name + "\n" + (item.rate * 100).toFixed(2) + "%" } } },