diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 9107dde0..6e10a1de 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -1360,11 +1360,10 @@ export default function Estimate({}) { + {session?.storeLvl !== '2' && ( - {/* 1차 판매점명 */} {getMessage('estimate.detail.saleStoreId')} {estimateContextState?.firstSaleStoreName} - {/* 견적일 */} {getMessage('estimate.detail.estimateDate')} * @@ -1374,6 +1373,19 @@ export default function Estimate({}) { + )} + {session?.storeLvl === '2' && ( + + + {getMessage('estimate.detail.estimateDate')} * + + +
+ +
+ + + )} {/* 2차 판매점명 */} {getMessage('estimate.detail.otherSaleStoreId')}