From 30201094d984cb1bdbe78958427b435a59512f42 Mon Sep 17 00:00:00 2001 From: Ycc Date: Thu, 17 Apr 2025 12:55:36 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/customer_relation/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/customer_relation/index.jsx b/src/views/customer_relation/index.jsx index 283cd93..d779613 100644 --- a/src/views/customer_relation/index.jsx +++ b/src/views/customer_relation/index.jsx @@ -73,7 +73,7 @@ const Index = () => { return '失败' }, }, - { title: '发送时间', dataIndex: 'crt_send_datetime', key: 'crt_send_datetime' }, + { title: '发送时间', dataIndex: 'crt_send_datetime', key: 'crt_send_datetime', sorter: (a, b) => dayjs(a.crt_send_datetime).unix() - dayjs(b.crt_send_datetime).unix() }, { title: '模板', dataIndex: 'crt_template', key: 'crt_template' }, { title: 'WhatsApp', dataIndex: 'crt_whatsapp', key: 'crt_whatsapp' }, { From 78eddb5ce5e4f34e8fa4bb2d135522817f1de318 Mon Sep 17 00:00:00 2001 From: Ycc Date: Fri, 18 Apr 2025 16:16:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/customer_relation/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/customer_relation/index.jsx b/src/views/customer_relation/index.jsx index d779613..49200d7 100644 --- a/src/views/customer_relation/index.jsx +++ b/src/views/customer_relation/index.jsx @@ -82,7 +82,7 @@ const Index = () => { key: 'crt_conversation_id', render: (text, record) => { if (text) { - return 查看会话 + return 查看会话 ${record.msg_status} } }, },