diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/vendor-basic-info.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/vendor-basic-info.tsx b/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/vendor-basic-info.tsx index e9cbd8be..e14b7b51 100644 --- a/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/vendor-basic-info.tsx +++ b/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/vendor-basic-info.tsx @@ -371,7 +371,7 @@ export function VendorBasicInfo({ vendorDetails }: VendorBasicInfoProps) { <CardTitle className="text-2xl font-bold tracking-tight break-words flex items-center gap-2"> <Building2 className="w-6 h-6 text-orange-600" /> {editData.VNDRNM_1 || '업체명 없음'} - <Badge variant="outline" className="text-xs bg-orange-50 text-orange-700">Oracle</Badge> + <Badge variant="outline" className="text-xs bg-orange-50 text-orange-700">NONSAP</Badge> </CardTitle> <CardDescription className="text-base"> 벤더 코드: {editData.VNDRCD} @@ -410,7 +410,7 @@ export function VendorBasicInfo({ vendorDetails }: VendorBasicInfoProps) { </CardHeader> <CardContent> <div className="text-sm text-muted-foreground"> - Oracle 시스템에서 연동된 협력업체 정보입니다. 수정 시 Oracle에 반영됩니다. + From NONSAP </div> </CardContent> </Card> |
