From 5dace7fceb0d21011f6720e5bedf34ab9b1372ac Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 03 九月 2024 12:29:36 +0800
Subject: [PATCH] 添加指定流程卡出片功能,拿走玻璃再放入生产线在生成任务时删除拿走记录

---
 UI-Project/src/main.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/main.js b/UI-Project/src/main.js
index 30b5a74..166ffa7 100644
--- a/UI-Project/src/main.js
+++ b/UI-Project/src/main.js
@@ -23,7 +23,7 @@
 app.use(VXETable)
 app.use(pinia)
 app.use(router)
-app.use(ElementPlus)
+// app.use(ElementPlus)
 app.use(ElementPlus,{
     locale: zhCn,
 })

--
Gitblit v1.8.0