Commit f2ba190e06d6f6739fca301dc7f76f99212b8b3c

Authored by Min
1 parent a49b2b1b

1.处理生产执行,快捷方式跳转 没反应问题

src/mes/productionExec/quickSwitchTabComponent/index.js
... ... @@ -77,10 +77,10 @@ const QuickSwitchTabComponent = baseProps => {
77 77 const translations = {
78 78 sEnglish: {
79 79 "生产执行": "Production Execution",
80   - "质量巡检": "Quality Inspection",
  80 + "质量巡检": "Quality Patrol Inspection",
81 81 "拼版图": "Imposition Diagram",
82 82 "产品图": "Product Diagram",
83   - "报工任务": "Work Reporting ïTask",
  83 + "报工任务": "Work Reporting iTask",
84 84 "班组报工": "Team Production Reporting"
85 85 },
86 86 sBig5: {
... ... @@ -113,7 +113,7 @@ const QuickSwitchTabComponent = baseProps => {
113 113 const translations = {
114 114 sEnglish: {
115 115 "生产执行": "Production Execution-生产执行",
116   - "质量巡检": "Quality Inspection-质量巡检",
  116 + "质量巡检": "Quality Patrol Inspection-质量巡检",
117 117 "拼版图": "Assembly Drawing-拼版图",
118 118 "产品图": "Product Drawing-产品图",
119 119 "报工任务": "Work Reporting Task-报工任务"
... ...