From 355624cb5672d32f46837a8a86776a94ec619656 Mon Sep 17 00:00:00 2001 From: hwj Date: Fri, 30 Jan 2026 17:15:38 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=99=BA=E8=83=BD=E5=88=B6?= =?UTF-8?q?=E9=80=A0=E4=BA=A7=E7=BA=BF=E4=BB=BB=E5=8A=A1=E6=80=BB=E8=A7=88?= =?UTF-8?q?-=E4=BA=A7=E8=83=BD=E5=AE=8C=E6=88=90=E6=95=B0=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/plan/index.ts | 3 + .../dashboard8/components/OpsTrend.vue | 117 ++++++++---------- 2 files changed, 57 insertions(+), 63 deletions(-) diff --git a/src/api/mes/plan/index.ts b/src/api/mes/plan/index.ts index 5c166df7..e62872fc 100644 --- a/src/api/mes/plan/index.ts +++ b/src/api/mes/plan/index.ts @@ -113,5 +113,8 @@ export const PlanApi = { }, getLastDaysRate: async (params?: any) => { return await request.get({ url: `/mes/plan/getLastDaysRate`, params }) + }, + getLastSevenDaysCompletedCount: async (params?: any) => { + return await request.get({ url: `/mes/plan/getLastSevenDaysCompletedCount`, params }) } } diff --git a/src/views/report/dashboardPage/dashboard8/components/OpsTrend.vue b/src/views/report/dashboardPage/dashboard8/components/OpsTrend.vue index 277c305b..2a0a4ddd 100644 --- a/src/views/report/dashboardPage/dashboard8/components/OpsTrend.vue +++ b/src/views/report/dashboardPage/dashboard8/components/OpsTrend.vue @@ -5,23 +5,11 @@ - 开机率/稼动率趋势 + 产能完成数
-
- -
- {{ summary }} -
+ {{ summary }} +
@@ -31,23 +19,16 @@