style(Frontend): 將側邊欄與麵包屑導覽的『報表管理』更名為『報表與分析』
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m16s
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m16s
This commit is contained in:
@@ -145,7 +145,7 @@ export default function AccountingReport({ records, summary, filters }: PageProp
|
||||
};
|
||||
|
||||
return (
|
||||
<AuthenticatedLayout breadcrumbs={[{ label: "報表管理", href: "#" }, { label: "會計報表", href: route("accounting.report"), isPage: true }]}>
|
||||
<AuthenticatedLayout breadcrumbs={[{ label: "報表與分析", href: "#" }, { label: "會計報表", href: route("accounting.report"), isPage: true }]}>
|
||||
<Head title="會計報表" />
|
||||
|
||||
<div className="container mx-auto p-6 max-w-7xl">
|
||||
|
||||
@@ -203,7 +203,7 @@ export default function InventoryAnalysisIndex({ analysisData, kpis, warehouses,
|
||||
};
|
||||
|
||||
return (
|
||||
<AuthenticatedLayout breadcrumbs={[{ label: "報表管理", href: "#" }, { label: "庫存分析", href: route("inventory.analysis.index"), isPage: true }]}>
|
||||
<AuthenticatedLayout breadcrumbs={[{ label: "報表與分析", href: "#" }, { label: "庫存分析", href: route("inventory.analysis.index"), isPage: true }]}>
|
||||
<Head title="庫存分析" />
|
||||
|
||||
<div className="container mx-auto p-6 max-w-7xl">
|
||||
|
||||
@@ -222,7 +222,7 @@ export default function InventoryReportIndex({ reportData, summary, warehouses,
|
||||
};
|
||||
|
||||
return (
|
||||
<AuthenticatedLayout breadcrumbs={[{ label: "報表管理", href: "#" }, { label: "庫存報表", href: route("inventory.report.index"), isPage: true }]}>
|
||||
<AuthenticatedLayout breadcrumbs={[{ label: "報表與分析", href: "#" }, { label: "庫存報表", href: route("inventory.report.index"), isPage: true }]}>
|
||||
<Head title="庫存報表" />
|
||||
|
||||
<div className="container mx-auto p-6 max-w-7xl">
|
||||
|
||||
@@ -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 }
|
||||
]}
|
||||
|
||||
@@ -45,7 +45,7 @@ export default function TraceabilityIndex({ search, result }: Props) {
|
||||
return (
|
||||
<AuthenticatedLayout
|
||||
breadcrumbs={[
|
||||
{ label: '報表管理', href: '#' },
|
||||
{ label: '報表與分析', href: '#' },
|
||||
{ label: '批號溯源', href: route('inventory.traceability.index'), isPage: true },
|
||||
]}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user