From cab92668b4c1778ec2d3f9ee9ea857f7820bbdf3 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Tue, 2 Apr 2024 10:45:41 +0900 Subject: [PATCH] =?UTF-8?q?QR=E3=82=B5=E3=83=BC=E3=83=93=E3=82=B9=E5=88=B8?= =?UTF-8?q?=E9=A7=90=E8=BB=8A=E5=A0=B4=E3=82=B0=E3=83=AB=E3=83=BC=E3=83=97?= =?UTF-8?q?=E8=A9=B3=E7=B4=B0=E7=94=BB=E9=9D=A2=20=E3=82=B0=E3=83=AB?= =?UTF-8?q?=E3=83=BC=E3=83=97=E5=90=8D=E8=A1=A8=E7=A4=BA=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../QRサービス券駐車場管理/詳細/index.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/dashboard/qr-service/QRサービス券駐車場管理/詳細/index.tsx b/src/pages/dashboard/qr-service/QRサービス券駐車場管理/詳細/index.tsx index 5ddde82..c2b4a14 100644 --- a/src/pages/dashboard/qr-service/QRサービス券駐車場管理/詳細/index.tsx +++ b/src/pages/dashboard/qr-service/QRサービス券駐車場管理/詳細/index.tsx @@ -1,4 +1,4 @@ -import { Box, Stack } from "@mui/material"; +import { Box, Stack, Typography } from "@mui/material"; import { QRサービス券駐車場グループ管理Context } from "contexts/page/dashboard/parking/QRサービス券駐車場グループ管理Context"; import useDashboard from "hooks/useDashBoard"; import { PageID, TabID } from "pages"; @@ -21,6 +21,13 @@ export default function 詳細() { return ( + + + + グループ名:{selectedGroup.name} + + + <駐車場一覧 /> <駐車場追加 />