From 650ed5db434e42da2f82c8336d24f2bb2721094d Mon Sep 17 00:00:00 2001
From: haoliang <821644@qq.com>
Date: Fri, 15 May 2026 23:14:48 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=A7=E9=87=8F=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E4=B8=8B=E6=8B=89=E6=A1=86=EF=BC=9Ael-select=E9=80=89?=
=?UTF-8?q?=E9=A1=B9=E6=94=B9=E4=B8=BAvalue/label=E5=B1=9E=E6=80=A7?=
=?UTF-8?q?=E4=BB=A5=E5=8C=B9=E9=85=8DAPI=E8=BF=94=E5=9B=9E=E6=A0=BC?=
=?UTF-8?q?=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/production/MachineProduction.vue | 19 ++++++++++---------
.../src/views/production/WorkerProduction.vue | 11 ++++++-----
2 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/frontend/src/views/production/MachineProduction.vue b/frontend/src/views/production/MachineProduction.vue
index c501c2e..cc769c5 100644
--- a/frontend/src/views/production/MachineProduction.vue
+++ b/frontend/src/views/production/MachineProduction.vue
@@ -13,18 +13,19 @@
/>
-
+
@@ -174,8 +175,8 @@ interface MachineProductionItem {
/** 下拉选项 */
interface DropdownOption {
- id: number
- name: string
+ value: string
+ label: string
}
// ---------- 状态 ----------
diff --git a/frontend/src/views/production/WorkerProduction.vue b/frontend/src/views/production/WorkerProduction.vue
index a3ce699..be702bb 100644
--- a/frontend/src/views/production/WorkerProduction.vue
+++ b/frontend/src/views/production/WorkerProduction.vue
@@ -15,6 +15,7 @@
@@ -163,8 +164,8 @@ interface WorkerProductionItem {
/** 员工下拉选项 */
interface WorkerOption {
- id: number | string
- name: string
+ value: string
+ label: string
}
// ==================== 响应式状态 ====================