From affd439f99f22a32fb4ef2d9d598a4477c21b3fd Mon Sep 17 00:00:00 2001 From: Ycc Date: Tue, 13 May 2025 16:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=89=93=E5=8D=B0=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/customer_relation/index.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/customer_relation/index.jsx b/src/views/customer_relation/index.jsx index a802f0e..7e18fde 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, WaitingIcon, FailedIcon, ReplyIcon } from '@/components/Icons' +import { ReadIcon, DeliverIcon, SentIcon, WaitingIcon, FailedIcon } from '@/components/Icons' import { MessageTwoTone } from '@ant-design/icons' import useCustomerRelationStore from '@/stores/CustomerRelationStore' @@ -70,7 +70,6 @@ const Index = () => { groupedResult[template][`${status}_count`] = count groupedResult[template][`${status}_percentage`] = `${percentage}%` } - console.log(groupedResult) } // 将 groupedResult 转换为表格可用的数据格式