|
|
|
@ -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 转换为表格可用的数据格式
|
|
|
|
|