From d430a55903c70c594b440925b7ca76ea6861e0cc Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Mon, 9 Dec 2024 16:57:58 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8E=BB=E6=8E=89=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E9=80=89=E9=A1=B9=EF=BC=9B=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Conversations/Online/order/CustomerProfile.jsx | 1 - src/views/DesktopApp.jsx | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/Conversations/Online/order/CustomerProfile.jsx b/src/views/Conversations/Online/order/CustomerProfile.jsx index 63838cc..b380d20 100644 --- a/src/views/Conversations/Online/order/CustomerProfile.jsx +++ b/src/views/Conversations/Online/order/CustomerProfile.jsx @@ -47,7 +47,6 @@ const CustomerProfile = () => { const mapOrderList = orderList.map(o => { return { value: o.coli_sn, label: o.coli_id } }) - mapOrderList.unshift({ value: 0, label: "全部" }); setOrderList(mapOrderList) if (!isEmpty(orderList)) { setChatOrder(currentOrder) diff --git a/src/views/DesktopApp.jsx b/src/views/DesktopApp.jsx index ecefef7..02478dd 100644 --- a/src/views/DesktopApp.jsx +++ b/src/views/DesktopApp.jsx @@ -121,7 +121,7 @@ function DesktopApp() { background: 'white', }}> closeSnippetDrawer()} @@ -130,7 +130,7 @@ function DesktopApp() { closePaymentDrawer()} @@ -192,11 +192,11 @@ function DesktopApp() { key: 'profile', }, { - label: '生成付款链接', + label: '支付链接', key: 'generate-payment', }, { - label: '图文集管理', + label: '图文集', key: 'snippet-list', }, { type: 'divider' },