From bda98a27c23b989362a3b69833a14258f189ee48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=AE=E5=BB=BA?= <450837357@qq.com> Date: Wed, 26 Mar 2025 13:40:22 +0800 Subject: [PATCH] first --- src/views/produce/report/index.vue | 2 +- src/views/produce/workRecords/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/produce/report/index.vue b/src/views/produce/report/index.vue index cf99652..9db43f7 100644 --- a/src/views/produce/report/index.vue +++ b/src/views/produce/report/index.vue @@ -120,7 +120,7 @@ const columns: Ref> = ref([ width: 100 }, { - title: '报工数量(副)', + title: '报工数量', key: 'outputWeight', width: 100 }, diff --git a/src/views/produce/workRecords/index.vue b/src/views/produce/workRecords/index.vue index af598d2..a913292 100644 --- a/src/views/produce/workRecords/index.vue +++ b/src/views/produce/workRecords/index.vue @@ -298,7 +298,7 @@ const columns: Ref> = ref([ width: 100 }, { - title: '报工数量(副)', + title: '报工数量', align: 'center', key: 'outputWeight', width: 100