| | |
| | | <script lang="ts" setup> |
| | | import type { EChartsOption, EchartsUIType } from '../../../../packages/effects/plugins/src/echarts'; |
| | | import type { EChartsOption, EchartsUIType } from '@vben/plugins/echarts'; |
| | | |
| | | import type { ErpPurchaseStatisticsApi } from '#/api/erp/statistics/purchase'; |
| | | import type { ErpSaleStatisticsApi } from '#/api/erp/statistics/sale'; |
| | | |
| | | import { onMounted, ref, watch } from 'vue'; |
| | | |
| | | import { EchartsUI, useEcharts } from '../../../../packages/effects/plugins/src/echarts'; |
| | | import { EchartsUI, useEcharts } from '@vben/plugins/echarts'; |
| | | |
| | | import { Card } from 'ant-design-vue'; |
| | | |