From 11ed117c0bac7290095e9a0e4b6fd81c76aeb532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=81=92=E6=9D=B0?= <2658502433@qq.com> Date: Mon, 24 Feb 2025 10:22:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E5=BC=80=E5=A4=B4=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/hFProduction/index.vue | 6 +++--- src/views/mes/hourProduction/index.vue | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/mes/hFProduction/index.vue b/src/views/mes/hFProduction/index.vue index 39ae5bc..553907e 100644 --- a/src/views/mes/hFProduction/index.vue +++ b/src/views/mes/hFProduction/index.vue @@ -19,7 +19,7 @@ > - + - + diff --git a/src/views/mes/hourProduction/index.vue b/src/views/mes/hourProduction/index.vue index 4babab3..051d609 100644 --- a/src/views/mes/hourProduction/index.vue +++ b/src/views/mes/hourProduction/index.vue @@ -96,9 +96,9 @@ :summary-method="getSummaries" show-summary > - - - + + + @@ -191,7 +191,7 @@ export default { this.queryParams.productDateStart = moment(this.queryParams.productDateArray[0]).format('YYYY-MM-DD HH:mm:00'); this.queryParams.productDateEnd = moment(this.queryParams.productDateArray[1]).format('YYYY-MM-DD HH:mm:00'); } - + this.loading = true; //获取Table表头 getHourProductionTitle(this.queryParams).then(response => {