| | |
| | | <script lang="ts" setup> |
| | | import type { EchartsUIType } from '..\..\..\..\packages\effects\plugins\src\echarts'; |
| | | import type { EchartsUIType } from '../../../../packages/effects/plugins/src/echarts'; |
| | | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { CrmStatisticsCustomerApi } from '#/api/crm/statistics/customer'; |
| | | |
| | | import { onMounted, ref } from 'vue'; |
| | | |
| | | import { ContentWrap, Page } from '..\..\..\..\packages\effects\common-ui\src'; |
| | | import { EchartsUI, useEcharts } from '..\..\..\..\packages\effects\plugins\src\echarts'; |
| | | import { beginOfDay, endOfDay, formatDateTime } from '..\..\..\..\packages\utils\src'; |
| | | import { ContentWrap, Page } from '../../../../packages/effects/common-ui/src'; |
| | | import { EchartsUI, useEcharts } from '../../../../packages/effects/plugins/src/echarts'; |
| | | import { beginOfDay, endOfDay, formatDateTime } from '../../../../packages/utils/src'; |
| | | |
| | | import { Tabs } from 'ant-design-vue'; |
| | | |