From 3413347003e1e664921d65126b03da6a3982ed14 Mon Sep 17 00:00:00 2001 From: basssy Date: Tue, 19 Nov 2024 13:12:13 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=BC=EA=B1=B4=20=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=ED=97=A4=EB=8D=94=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 4 ---- src/components/management/StuffSubHeader.jsx | 2 +- src/locales/ja.json | 1 + src/locales/ko.json | 1 + 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index dba23f5f..c420f072 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -217,13 +217,9 @@ export default function Estimate({ params }) { docTpCd: priceCd, } - //가격표시 바꾸만헀을때는 tempPriceCd에 바꾼값 관리 불필요? //프라이싱 했을때 priceCd setState //화면에 보여지는 값은 showPriceCd로 관리 setShowPriceCd(priceCd) - //setState({ - // tempPriceCd: priceCd, - //}) const apiUrl = `/api/estimate/price/store-price-list?${queryStringFormatter(param)}` get({ url: apiUrl }).then((res) => { diff --git a/src/components/management/StuffSubHeader.jsx b/src/components/management/StuffSubHeader.jsx index 69c7b967..5270bd02 100644 --- a/src/components/management/StuffSubHeader.jsx +++ b/src/components/management/StuffSubHeader.jsx @@ -107,7 +107,7 @@ export default function StuffSubHeader({ type }) { {getMessage('header.menus.management')}
  • - {getMessage('header.menus.management.newStuff')} + {getMessage('header.menus.management.detail')}
  • diff --git a/src/locales/ja.json b/src/locales/ja.json index ce535e61..3487baf6 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -4,6 +4,7 @@ "header.menus.home": "ホームへv", "header.menus.management": "物品及び図面管理", "header.menus.management.newStuff": "新規 物件 登録", + "header.menus.management.detail": "物件詳細", "header.menus.management.stuffList": "物件の状況", "header.menus.community": "コミュニティ", "header.menus.community.notice": "お知らせ", diff --git a/src/locales/ko.json b/src/locales/ko.json index 918de1a4..96b55238 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -4,6 +4,7 @@ "header.menus.home": "Home", "header.menus.management": "물건 및 도면 관리", "header.menus.management.newStuff": "신규 물건 등록", + "header.menus.management.detail": "물건 상세", "header.menus.management.stuffList": "물건 현황", "header.menus.community": "커뮤니티", "header.menus.community.notice": "공지",