From 0e21c3157d8dc0fa80fb7a497d825cb201fceb11 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sat, 28 Mar 2026 22:55:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=B9=E7=AA=97=E6=89=80=E5=9C=A8?= =?UTF-8?q?=E5=9C=B0"=E5=85=B6=E4=BB=96"=E6=98=BE=E7=A4=BA=E4=B8=BA"?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E4=B8=AD"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ee8714e..b499bb0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2600,7 +2600,7 @@ export default function App() { {'—'} {'—'} - {v.location} + {v.location === '其他' ? '对接中' : v.location} {'—'} {v.orgName || '—'} @@ -2612,7 +2612,7 @@ export default function App() { )} {v.brandLabel || '—'} {v.type} - {v.location} + {v.location === '其他' ? '对接中' : v.location} )}