From 2b4f4cda0a0031f02f7354fc2c68f056e44e1885 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 12 十二月 2024 13:21:58 +0800 Subject: [PATCH] 车间生产管理中的大屏故障显示完善 --- src/views/dry/bigScreen/BigWorkShop2.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dry/bigScreen/BigWorkShop2.vue b/src/views/dry/bigScreen/BigWorkShop2.vue index b002af8..4129178 100644 --- a/src/views/dry/bigScreen/BigWorkShop2.vue +++ b/src/views/dry/bigScreen/BigWorkShop2.vue @@ -309,11 +309,11 @@ const eqpMap = ref(new Map()) const eqpCodes = ref(['GM001', 'GM002', 'GM003', 'GM004', 'GM005', 'GM006', 'GM007', 'GM008']) const eqps = ref([] as dryEquipment[]) - const title = ref("鍏版郸鏅鸿兘骞茬嚗杞﹂棿") + const title = ref("鏅鸿兘骞茬嚗杞﹂棿") const userStore = useUserStore() console.log(userStore.dictItems.title) userStore.dictItems.title?.forEach(element => { - if (element.value === "bigscreentitle") { + if (element.value === "bigscreentitle") { title.value = element.text } -- Gitblit v1.9.3