diff --git a/src/views/mes/md/workstation/index.vue b/src/views/mes/md/workstation/index.vue index 3490dda..b04f800 100644 --- a/src/views/mes/md/workstation/index.vue +++ b/src/views/mes/md/workstation/index.vue @@ -553,7 +553,7 @@ export default { getWorkstation(workstationId).then(response => { this.form = response.data; this.open = true; - this.title = "查看车间信息"; + this.title = "查看工作站信息"; this.optType = "view"; this.getBarcodeUrl(); }); diff --git a/src/views/mes/pro/procard/index.vue b/src/views/mes/pro/procard/index.vue index 400b87a..68a470b 100644 --- a/src/views/mes/pro/procard/index.vue +++ b/src/views/mes/pro/procard/index.vue @@ -195,6 +195,7 @@