From 82cca894fc941501fc1fe842e84f16f30a55fd82 Mon Sep 17 00:00:00 2001 From: Mina Choi Date: Wed, 29 Jul 2026 17:29:27 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20negosium:=20'MD=20=E2=86=92=20=EA=B5=AC?= =?UTF-8?q?=EB=A7=A4=EB=8B=B4=EB=8B=B9=EC=9E=90'=20=ED=91=9C=EA=B8=B0=20?= =?UTF-8?q?=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 챗 봇/안내 라벨(ChatMessage·MDInformation·index.css 메뉴 제목) - negodata 목표가 산정 문구(pricing) · 온보딩 FAQ/용어(OnboardingGuideModal) - 견적생성 메모 라벨을 '협력사 안내 메모'로 명확화(협상방에서 협력사에게 보여줄 내용) --- frontend/src/features/chat/components/ChatMessage.tsx | 4 +--- .../src/features/chat/components/menu/MDInformation.tsx | 2 +- frontend/src/index.css | 2 +- negodata/backend/services/quotation/pricing.py | 4 ++-- .../front/src/features/onboarding/OnboardingGuideModal.tsx | 6 +++--- .../features/quotations/components/QuotationCreateModal.tsx | 4 ++-- 6 files changed, 10 insertions(+), 12 deletions(-) diff --git a/frontend/src/features/chat/components/ChatMessage.tsx b/frontend/src/features/chat/components/ChatMessage.tsx index 8bb4901..1524160 100644 --- a/frontend/src/features/chat/components/ChatMessage.tsx +++ b/frontend/src/features/chat/components/ChatMessage.tsx @@ -8,7 +8,7 @@ import { Indicator } from '@/features/chat/components/templates/Indicator' import { Summary } from '@/features/chat/components/templates/Summary' import { BidSummary } from '@/features/chat/components/templates/BidSummary' -const AI_LABEL = '아이마켓코리아 (구매 MD)' +const AI_LABEL = '아이마켓코리아 (구매담당자)' export function ChatMessage() { const scrollRef = useRef(null) @@ -124,8 +124,6 @@ const BotMessage = memo(function BotMessage({ message }: { message: ChatMessageT itemName={message.summary.item_name} itemCode={message.summary.item_code} bidPrice={message.summary.final_price} - deliveryType={message.summary.delivery_type || ''} - isVAT={message.summary.item_isVAT} /> )} diff --git a/frontend/src/features/chat/components/menu/MDInformation.tsx b/frontend/src/features/chat/components/menu/MDInformation.tsx index 14dfa84..00605c4 100644 --- a/frontend/src/features/chat/components/menu/MDInformation.tsx +++ b/frontend/src/features/chat/components/menu/MDInformation.tsx @@ -29,7 +29,7 @@ export function MDInformation({ isOpen, setIsOpen }: Props) { onClick={() => setIsOpen(!isOpen)} className="flex w-full items-center justify-between border-b border-border pb-2" > - MD 안내사항 + 구매담당자 안내사항