From 82a8c8b374be903df85b0dfd61b3e77f308771c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Fri, 8 Aug 2025 17:24:50 +0800 Subject: [PATCH] =?UTF-8?q?FEAT=20=3D>=20=E6=9C=AC=E6=AC=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E4=B8=BA=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nkebao/src/components/DeviceSelection/data.ts | 2 +- .../src/components/DeviceSelection/index.tsx | 2 +- .../DeviceSelection/selectionPopup.tsx | 4 +- .../GroupSelection/selectionPopup.tsx | 18 +- .../form/components/ContentSelector.tsx | 10 +- .../form/components/GroupSelector.tsx | 2 +- .../form/components/JingDongLink.tsx | 188 ++++++++++++++++++ .../workspace/group-push/form/index.data.ts | 3 + .../workspace/group-push/form/index.tsx | 25 ++- .../workspace/moments-sync/new/index.tsx | 49 +++-- 10 files changed, 260 insertions(+), 43 deletions(-) create mode 100644 nkebao/src/pages/mobile/workspace/group-push/form/components/JingDongLink.tsx diff --git a/nkebao/src/components/DeviceSelection/data.ts b/nkebao/src/components/DeviceSelection/data.ts index f493e071..abc9a214 100644 --- a/nkebao/src/components/DeviceSelection/data.ts +++ b/nkebao/src/components/DeviceSelection/data.ts @@ -1,7 +1,7 @@ // 设备选择项接口 export interface DeviceSelectionItem { id: number; - name: string; + memo: string; imei: string; wechatId: string; status: "online" | "offline"; diff --git a/nkebao/src/components/DeviceSelection/index.tsx b/nkebao/src/components/DeviceSelection/index.tsx index d3f9bfc5..9d31e268 100644 --- a/nkebao/src/components/DeviceSelection/index.tsx +++ b/nkebao/src/components/DeviceSelection/index.tsx @@ -100,7 +100,7 @@ const DeviceSelection: React.FC = ({ textOverflow: "ellipsis", }} > - 【 {device.name}】 - {device.wechatId} + 【 {device.memo}】 - {device.wechatId} {!readonly && (