From 159b24755f3e2eb6594bf305108184bde8ba5698 Mon Sep 17 00:00:00 2001 From: hwj Date: Wed, 15 Apr 2026 10:31:06 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E4=BB=BB=E5=8A=A1=E5=88=B6?= =?UTF-8?q?=E5=8D=95-tabs=E9=A1=B9=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.ts | 5 +++++ src/locales/zh-CN.ts | 5 +++++ src/views/mes/task/index.vue | 8 ++++---- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/locales/en.ts b/src/locales/en.ts index 1cd31433..7d9cae55 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -3398,6 +3398,10 @@ export default { tabAllLabel: 'All', tabIssuedLabel: 'Issued', + tabPartialSchedulingLabel: 'Partial Scheduling', + tabPendingProductionLabel: 'Pending Production', + tabInProductionLabel: 'In Production', + tabCompletedLabel: 'Completed', tabPlanLabel: 'Planned', tabStartLabel: 'Started', tabFinishedLabel: 'Finished', @@ -3408,6 +3412,7 @@ export default { tableDeliveryDateColumn: 'Delivery Date', tableStatusColumn: 'Status', tableScheduleCompletedColumn: 'Schedule Completed', + tableProductionProgressColumn: 'Production Progress', tableRemarkColumn: 'Remark', tableOperateColumn: 'Operate', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index fed55e5d..ca09da25 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -3244,6 +3244,10 @@ export default { tabAllLabel: '所有', tabIssuedLabel: '下达', + tabPartialSchedulingLabel: '部分排产', + tabPendingProductionLabel: '待生产', + tabInProductionLabel: '生产中', + tabCompletedLabel: '已完成', tabPlanLabel: '计划', tabStartLabel: '开工', tabFinishedLabel: '完工', @@ -3254,6 +3258,7 @@ export default { tableDeliveryDateColumn: '交货日期', tableStatusColumn: '状态', tableScheduleCompletedColumn: '是否完成排产', + tableProductionProgressColumn: '生产进度', tableRemarkColumn: '备注', tableOperateColumn: '操作', diff --git a/src/views/mes/task/index.vue b/src/views/mes/task/index.vue index d15fdc8e..187ba439 100644 --- a/src/views/mes/task/index.vue +++ b/src/views/mes/task/index.vue @@ -94,10 +94,10 @@ - - - - + + + +