| | |
| | | <script lang="ts" setup> |
| | | <script lang="ts" setup> |
| | | import type { MesHomeApi } from '#/api/mes/home'; |
| | | |
| | | import { computed } from 'vue'; |
| | | |
| | | import { CountTo } from '../../../../packages/effects/common-ui/src'; |
| | | import { IconifyIcon } from '../../../../packages/icons/src'; |
| | | import { CountTo } from '@vben/common-ui'; |
| | | import { IconifyIcon } from '@vben/icons'; |
| | | |
| | | import { Card, Col, Divider, Row } from 'ant-design-vue'; |
| | | |
| | |
| | | <IconifyIcon class="size-7" icon="lucide:file-text" /> |
| | | </div> |
| | | <div> |
| | | <div class="text-muted-foreground mb-1 text-sm">生产工单</div> |
| | | <div class="text-muted-foreground mb-1 text-sm">生产订单</div> |
| | | <div class="flex items-baseline gap-1"> |
| | | <CountTo |
| | | class="text-2xl font-bold leading-tight text-[#409eff]" |