From 9f604366cb3d9fead4ce98de9893f53b885b9120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yinjinlu-pc=5C=E5=B0=B9=E9=87=91=E8=B7=AF?= <411641505@qq.com> Date: Mon, 25 Nov 2024 11:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E8=BD=AC=E5=8D=A1=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/md/workstation/index.vue | 2 +- src/views/mes/pro/procard/index.vue | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) 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 @@