From 4a7ce7424d6e17188793700a6f27b5ad960c129c Mon Sep 17 00:00:00 2001 From: YCC Date: Wed, 23 Apr 2025 12:18:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BC=9A=E8=AF=9D=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/customer_relation/index.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/customer_relation/index.jsx b/src/views/customer_relation/index.jsx index a778ae1..f91da72 100644 --- a/src/views/customer_relation/index.jsx +++ b/src/views/customer_relation/index.jsx @@ -1,7 +1,7 @@ import { Link } from 'react-router-dom' import { Form, Input, Button, DatePicker, Select, Table } from 'antd' import dayjs from 'dayjs' -import { ReadIcon, DeliverIcon, SentIcon } from '@/components/Icons' +import { ReadIcon, DeliverIcon, SentIcon ,WaitingIcon,FailedIcon} from '@/components/Icons' import useCustomerRelationStore from '@/stores/CustomerRelationStore' const { RangePicker } = DatePicker @@ -12,9 +12,9 @@ const statusIconMap = { read: , delivered: , sent: , - failed: ❌, - accepted: πŸ•’, - default: πŸ•’, + failed: , + accepted: , + default: } const Index = () => { @@ -93,7 +93,7 @@ const Index = () => { render: (text, record) => { if (text) { const icon = statusIconMap[record.msg_status] || statusIconMap['default'] - return ζŸ₯ηœ‹δΌšθ― {icon} + return ζŸ₯ηœ‹δΌšθ― {icon} } }, },