style:任务制单-tabs项更换

pull/1/head
黄伟杰 1 month ago
parent 4183ccda7c
commit 159b24755f

@ -3398,6 +3398,10 @@ export default {
tabAllLabel: 'All', tabAllLabel: 'All',
tabIssuedLabel: 'Issued', tabIssuedLabel: 'Issued',
tabPartialSchedulingLabel: 'Partial Scheduling',
tabPendingProductionLabel: 'Pending Production',
tabInProductionLabel: 'In Production',
tabCompletedLabel: 'Completed',
tabPlanLabel: 'Planned', tabPlanLabel: 'Planned',
tabStartLabel: 'Started', tabStartLabel: 'Started',
tabFinishedLabel: 'Finished', tabFinishedLabel: 'Finished',
@ -3408,6 +3412,7 @@ export default {
tableDeliveryDateColumn: 'Delivery Date', tableDeliveryDateColumn: 'Delivery Date',
tableStatusColumn: 'Status', tableStatusColumn: 'Status',
tableScheduleCompletedColumn: 'Schedule Completed', tableScheduleCompletedColumn: 'Schedule Completed',
tableProductionProgressColumn: 'Production Progress',
tableRemarkColumn: 'Remark', tableRemarkColumn: 'Remark',
tableOperateColumn: 'Operate', tableOperateColumn: 'Operate',

@ -3244,6 +3244,10 @@ export default {
tabAllLabel: '所有', tabAllLabel: '所有',
tabIssuedLabel: '下达', tabIssuedLabel: '下达',
tabPartialSchedulingLabel: '部分排产',
tabPendingProductionLabel: '待生产',
tabInProductionLabel: '生产中',
tabCompletedLabel: '已完成',
tabPlanLabel: '计划', tabPlanLabel: '计划',
tabStartLabel: '开工', tabStartLabel: '开工',
tabFinishedLabel: '完工', tabFinishedLabel: '完工',
@ -3254,6 +3258,7 @@ export default {
tableDeliveryDateColumn: '交货日期', tableDeliveryDateColumn: '交货日期',
tableStatusColumn: '状态', tableStatusColumn: '状态',
tableScheduleCompletedColumn: '是否完成排产', tableScheduleCompletedColumn: '是否完成排产',
tableProductionProgressColumn: '生产进度',
tableRemarkColumn: '备注', tableRemarkColumn: '备注',
tableOperateColumn: '操作', tableOperateColumn: '操作',

@ -94,10 +94,10 @@
<el-tab-pane :label="t('ProductionPlan.Task.tabDraftLabel')" name="0" /> <el-tab-pane :label="t('ProductionPlan.Task.tabDraftLabel')" name="0" />
<el-tab-pane :label="t('ProductionPlan.Task.tabSubmitLabel')" name="1" /> <el-tab-pane :label="t('ProductionPlan.Task.tabSubmitLabel')" name="1" />
<el-tab-pane :label="t('ProductionPlan.Task.tabIssuedLabel')" name="2" /> <el-tab-pane :label="t('ProductionPlan.Task.tabIssuedLabel')" name="2" />
<el-tab-pane :label="t('ProductionPlan.Task.tabPlanLabel')" name="3" /> <el-tab-pane :label="t('ProductionPlan.TaskSummary.tabPartialSchedulingLabel')" name="7" />
<el-tab-pane :label="t('ProductionPlan.Task.tabStartLabel')" name="4" /> <el-tab-pane :label="t('ProductionPlan.TaskSummary.tabPendingProductionLabel')" name="8" />
<el-tab-pane :label="t('ProductionPlan.Task.tabFinishedLabel')" name="5" /> <el-tab-pane :label="t('ProductionPlan.TaskSummary.tabInProductionLabel')" name="9" />
<el-tab-pane :label="t('ProductionPlan.Task.tabStoredLabel')" name="6" /> <el-tab-pane :label="t('ProductionPlan.TaskSummary.tabCompletedLabel')" name="10" />
</el-tabs> </el-tabs>
<el-table <el-table
v-loading="loading" v-loading="loading"

Loading…
Cancel
Save