diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-24 07:59:35 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-24 07:59:35 +0000 |
| commit | 4fe733d7d9d3d873fa395133e9a42cf9fc8c44dc (patch) | |
| tree | cd2429665d9fd55620c748c41d600f3e2cb0e685 /lib/rfq-last/vendor/vendor-detail-dialog.tsx | |
| parent | ee52c983423fbc63373ce1dacb041d973da502df (diff) | |
(최겸) 구매 피드백 반영(용어 수정, 견적유형, 조건설정, 첨부파일 선택사항 등)
Diffstat (limited to 'lib/rfq-last/vendor/vendor-detail-dialog.tsx')
| -rw-r--r-- | lib/rfq-last/vendor/vendor-detail-dialog.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rfq-last/vendor/vendor-detail-dialog.tsx b/lib/rfq-last/vendor/vendor-detail-dialog.tsx index e4c78656..54aada1d 100644 --- a/lib/rfq-last/vendor/vendor-detail-dialog.tsx +++ b/lib/rfq-last/vendor/vendor-detail-dialog.tsx @@ -253,8 +253,8 @@ export function VendorResponseDetailDialog({ <div className="flex items-center gap-2"> <Globe className="h-4 w-4 text-muted-foreground" /> <span className="text-sm text-muted-foreground">국가</span> - <Badge variant={data.vendorCountry === "KR" ? "default" : "secondary"} className="ml-auto"> - {data.vendorCountry} + <Badge variant={data.vendorCountry === "KR" || data.vendorCountry === "한국" ? "default" : "secondary"} className="ml-auto"> + {data.vendorCountry === "KR" || data.vendorCountry === "한국" ? `내자(${data.vendorCountry})` : `외자(${data.vendorCountry})`} </Badge> </div> </div> |
