style(Frontend): 將側邊欄與麵包屑導覽的『報表管理』更名為『報表與分析』
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m16s

This commit is contained in:
2026-02-26 10:44:43 +08:00
parent f960aaaeb2
commit 5e32526471
8 changed files with 8 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ export default function InventoryReportShow({ product, transactions, filters, re
return (
<AuthenticatedLayout
breadcrumbs={[
{ label: "報表管理", href: "#" },
{ label: "報表與分析", href: "#" },
{ label: "庫存報表", href: route("inventory.report.index", reportFilters) },
{ label: `${product.name} - 庫存異動明細`, href: "#", isPage: true }
]}