From 6d1d4aba63216f4efa5a6ab298bae28171dded0b Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Sun, 2 Nov 2025 16:15:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(QualityStatisticsCard):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=A1=A8=E6=A0=BC=E5=88=97=E5=AE=BD=E5=92=8C=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整不合格品总数列宽,修复表格自动滚动逻辑 --- .../components/QualityStatisticsCard.vue | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/views/kanbanManagement/CarouselBoard/components/QualityStatisticsCard.vue b/src/views/kanbanManagement/CarouselBoard/components/QualityStatisticsCard.vue index 8269b01..fc7a86b 100644 --- a/src/views/kanbanManagement/CarouselBoard/components/QualityStatisticsCard.vue +++ b/src/views/kanbanManagement/CarouselBoard/components/QualityStatisticsCard.vue @@ -68,7 +68,10 @@ style="flex: 3" >
质量统计列表
-
+
合格率 - + @@ -109,7 +112,12 @@ - + @@ -163,6 +171,8 @@ import { getQualityStatisticsCarouselBoardData } from "@/api/kanbanManagement/ca import * as echarts from "echarts"; import kbHeader from "./kbHeader.vue"; import dayjs from "dayjs"; +import isoWeek from "dayjs/plugin/isoWeek"; +dayjs.locale("en", { weekStart: 1 }); import vueSeamlessScroll from "vue-seamless-scroll"; export default { @@ -323,11 +333,6 @@ export default { // 计算统计数据 this.calculateStatistics(); - - // 数据加载完成后立即启动滚动 - this.$nextTick(() => { - this.startTableAutoScroll(); - }); } }) .finally(() => {
抛光总数 打磨总数报废总数不合格品总数 开始时间 结束时间
{{ row.workorderId || "-" }} {{ row.finishedPartNumber || "-" }} {{ row.color || "-" }}{{ row.productDescription || "-" }} + {{ row.productDescription || "-" }} + {{ row.team || "-" }} {{ row.requireNumber || "-" }} {{ row.qualifiedNumber || "-" }}