[STYLE] 調整產品管理頁面佈局與同步最新開發進度

1. [STYLE] 產品管理頁面代碼格式微調。
2. [REFACTOR] 同步最新的支付類型多語系翻譯與 UI 響應式優化。
3. [DELETE] 確認移除 B710 冗餘代碼。
This commit is contained in:
sky121113 2026-05-11 11:59:12 +08:00
parent 0d8e81fb80
commit 350cc46824

View File

@ -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') }}";