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 } // ==================== 响应式状态 ====================