From 89e07ce7e2274207cdbe72f4ca058a0483b3c489 Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Fri, 24 Oct 2025 20:20:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9C=8B=E6=9D=BF=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=BD=AE=E6=92=AD=E7=9C=8B=E6=9D=BF=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整轮播间隔和高度,优化视觉体验 - 设备监控卡片增加数据加载状态和定时刷新功能 - 工单在线卡片添加统计数据和状态分布图表 - 毛坯库存卡片增加库存类别和数量排名图表 - 质量统计卡片添加质量状态分布和合格率排名图表 - 所有卡片表格增加自动滚动功能 --- .../components/DeviceMonitoringCard.vue | 300 ++++++------ .../components/QualityStatisticsCard.vue | 443 +++++++++++++++++- .../components/WmBlankInventoryCard.vue | 375 ++++++++++++++- .../components/WorkorderOnlineCard.vue | 359 ++++++++++++-- .../kanbanManagement/CarouselBoard/index.vue | 33 +- 5 files changed, 1327 insertions(+), 183 deletions(-) diff --git a/src/views/kanbanManagement/CarouselBoard/components/DeviceMonitoringCard.vue b/src/views/kanbanManagement/CarouselBoard/components/DeviceMonitoringCard.vue index dd5585b..96df815 100644 --- a/src/views/kanbanManagement/CarouselBoard/components/DeviceMonitoringCard.vue +++ b/src/views/kanbanManagement/CarouselBoard/components/DeviceMonitoringCard.vue @@ -24,155 +24,59 @@ border size="mini" :height="tableHeight" + v-loading="loading" > - + + - + + + + + \ No newline at end of file