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 @@
-
-
-
-
+
+
+
+