From c5116e93fc42e6f4d732a7ea990068ad9d0e0736 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期四, 24 七月 2025 14:52:56 +0800
Subject: [PATCH] feat(dry): 新增设备维护记录功能、新增维修记录功能、设备主数据增加履历相关字段

---
 src/views/dry/bigScreen/BigWorkShop1.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/dry/bigScreen/BigWorkShop1.vue b/src/views/dry/bigScreen/BigWorkShop1.vue
index 1f6589e..773bc0a 100644
--- a/src/views/dry/bigScreen/BigWorkShop1.vue
+++ b/src/views/dry/bigScreen/BigWorkShop1.vue
@@ -309,7 +309,7 @@
 	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 => {

--
Gitblit v1.9.3