From 350cc46824c96a62c0db11ff28dfaeb3ff5603ce Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 11 May 2026 11:59:12 +0800 Subject: [PATCH] =?UTF-8?q?[STYLE]=20=E8=AA=BF=E6=95=B4=E7=94=A2=E5=93=81?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A0=81=E9=9D=A2=E4=BD=88=E5=B1=80=E8=88=87?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=9C=80=E6=96=B0=E9=96=8B=E7=99=BC=E9=80=B2?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. [STYLE] 產品管理頁面代碼格式微調。 2. [REFACTOR] 同步最新的支付類型多語系翻譯與 UI 響應式優化。 3. [DELETE] 確認移除 B710 冗餘代碼。 --- resources/views/admin/products/index.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/admin/products/index.blade.php b/resources/views/admin/products/index.blade.php index 1bd67ca..0504d4c 100644 --- a/resources/views/admin/products/index.blade.php +++ b/resources/views/admin/products/index.blade.php @@ -773,6 +773,7 @@ hover:bg-slate-100 dark:hover:bg-white/5 rounded-lg flex items-center justify-be }, + getCategoryName(id) { const category = this.categories.find(c => c.id == id); return category ? (category.name || "{{ __('Uncategorized') }}") : "{{ __('Uncategorized') }}";