From 11db40b3fed6e05b48066aed4193857745017a61 Mon Sep 17 00:00:00 2001 From: basssy Date: Thu, 13 Feb 2025 16:46:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=BC=EA=B1=B4=20=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=ED=94=8C=EB=9E=9C=EB=AA=A9=EB=A1=9D=20?= =?UTF-8?q?=EA=B0=80=EB=8C=80=20=EC=BB=AC=EB=9F=BC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/management/StuffDetail.jsx | 6 ++++-- src/locales/ja.json | 2 +- src/locales/ko.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/management/StuffDetail.jsx b/src/components/management/StuffDetail.jsx index ecdcfe65..6a2ea628 100644 --- a/src/components/management/StuffDetail.jsx +++ b/src/components/management/StuffDetail.jsx @@ -227,8 +227,10 @@ export default function StuffDetail() { }, }, { - field: 'supportMethodIdMulti', - headerName: getMessage('stuff.detail.planGridHeader.supportMethodIdMulti'), + // 가대 + // field: 'supportMethodIdMulti', + field: 'standTypeNo', + headerName: getMessage('stuff.detail.planGridHeader.standTypeNo'), wrapText: true, autoHeight: true, cellStyle: { alignItems: 'flex-start' /* 좌측정렬*/, cursor: 'pointer' }, diff --git a/src/locales/ja.json b/src/locales/ja.json index 80d5c818..fd2626b4 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -782,7 +782,7 @@ "stuff.detail.planGridHeader.capacity": "システム容量", "stuff.detail.planGridHeader.roofMaterialIdMulti": "屋根材", "stuff.detail.planGridHeader.constructSpecificationMulti": "施工方法", - "stuff.detail.planGridHeader.supportMethodIdMulti": "架台", + "stuff.detail.planGridHeader.standTypeNo": "架台", "stuff.detail.planGridHeader.pcTypeNo": "パワーコンディショナー", "stuff.detail.planGridHeader.management": "管理", "stuff.detail.planGrid.btn1": "見積書の照会", diff --git a/src/locales/ko.json b/src/locales/ko.json index 64831fae..d0bead71 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -782,7 +782,7 @@ "stuff.detail.planGridHeader.capacity": "시스템용량", "stuff.detail.planGridHeader.roofMaterialIdMulti": "지붕재", "stuff.detail.planGridHeader.constructSpecificationMulti": "시공방법", - "stuff.detail.planGridHeader.supportMethodIdMulti": "가대", + "stuff.detail.planGridHeader.standTypeNo": "가대", "stuff.detail.planGridHeader.pcTypeNo": "파워컨디셔너", "stuff.detail.planGridHeader.management": "관리", "stuff.detail.planGrid.btn1": "견적서 조회",