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} |
>
)}