| | |
| | | <script lang="ts" setup> |
| | | <script lang="ts" setup> |
| | | import type { MesHomeApi } from '#/api/mes/home'; |
| | | |
| | | import { computed } from 'vue'; |
| | |
| | | }, |
| | | { |
| | | count: props.summary.repairActiveCount, |
| | | desc: '待处理的维修工单', |
| | | desc: '待处理的维修订单', |
| | | icon: 'lucide:wrench', |
| | | iconClass: 'bg-orange-50 text-orange-500', |
| | | label: '设备维修', |
| | |
| | | }, |
| | | { |
| | | count: props.summary.workOrderPrepareCount, |
| | | desc: '草稿状态的生产工单', |
| | | desc: '草稿状态的生产订单', |
| | | icon: 'lucide:clipboard-list', |
| | | iconClass: 'bg-blue-50 text-blue-500', |
| | | label: '待排产工单', |
| | | label: '待排产订单', |
| | | routeName: 'MesProWorkOrder', |
| | | }, |
| | | ]); |