diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx
index 892646f3..7c7d4926 100644
--- a/src/components/estimate/Estimate.jsx
+++ b/src/components/estimate/Estimate.jsx
@@ -1363,7 +1363,8 @@ export default function Estimate({}) {
- {session?.storeLvl !== '2' && (
+ {/* [estimate-1차점 노출조건 2026-05-07] storeLvl === '1' 일 때만 1차 판매점명 행 노출 */}
+ {session?.storeLvl === '1' && (
| {getMessage('estimate.detail.saleStoreId')} |
{estimateContextState?.firstSaleStoreName} |
@@ -1377,7 +1378,8 @@ export default function Estimate({}) {
)}
- {session?.storeLvl === '2' && (
+ {/* [estimate-1차점-노출조건 2026-05-07] 1차점이 아닌 사용자(2차/그 외)는 1차 판매점명 숨기고 견적일자만 colSpan=3 */}
+ {session?.storeLvl !== '1' && (
|
{getMessage('estimate.detail.estimateDate')} *
|