ソースを参照

title fix

tags/Baseline_30082024_FRONTEND_UAT
leoho2fi 1年前
コミット
5cbc025b11
6個のファイルの変更6行の追加6行の削除
  1. +1
    -1
      src/app/(main)/analytics/CostandExpenseReport/page.tsx
  2. +1
    -1
      src/app/(main)/analytics/DelayReport/page.tsx
  3. +1
    -1
      src/app/(main)/analytics/LateStartReport/page.tsx
  4. +1
    -1
      src/app/(main)/analytics/ProjectCompletionReport/page.tsx
  5. +1
    -1
      src/app/(main)/analytics/ProjectCompletionReportWO/page.tsx
  6. +1
    -1
      src/app/(main)/analytics/ResourceOverconsumptionReport/page.tsx

+ 1
- 1
src/app/(main)/analytics/CostandExpenseReport/page.tsx ファイルの表示

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import CostandExpenseReportComponent from "@/components/Report/CostandExpenseReport";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Cost and Expense Report",
};

const CostandExpenseReport: React.FC = () => {


+ 1
- 1
src/app/(main)/analytics/DelayReport/page.tsx ファイルの表示

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import DelayReportComponent from "@/components/Report/DelayReport";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Delay Report",
};

const ProjectLateReport: React.FC = () => {


+ 1
- 1
src/app/(main)/analytics/LateStartReport/page.tsx ファイルの表示

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import LateStartReportComponent from "@/components/Report/LateStartReport";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Late Start Report",
};

const ProjectLateReport: React.FC = () => {


+ 1
- 1
src/app/(main)/analytics/ProjectCompletionReport/page.tsx ファイルの表示

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import ProjectCompletionReportComponent from "@/components/Report/ProjectCompletionReport";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Project Completion Report",
};

const ProjectCompletionReport: React.FC = () => {


+ 1
- 1
src/app/(main)/analytics/ProjectCompletionReportWO/page.tsx ファイルの表示

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import ProjectCompletionReportWOComponent from "@/components/Report/ProjectCompletionReportWO";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Project Completion Report with Outstanding Un-billed Hours",
};

const ProjectCompletionReportWO: React.FC = () => {


+ 1
- 1
src/app/(main)/analytics/ResourceOverconsumptionReport/page.tsx ファイルの表示

@@ -5,7 +5,7 @@ import Typography from "@mui/material/Typography";
import ResourceOverconsumptionReportComponent from "@/components/Report/ResourceOverconsumptionReport";

export const metadata: Metadata = {
title: "Project Status by Client",
title: "Resource Overconsumption Report",
};

const ResourceOverconsumptionReport: React.FC = () => {


読み込み中…
キャンセル
保存