From 2096f22b858727a449947ffaa68197ad96104d71 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期四, 09 十一月 2023 15:28:10 +0800
Subject: [PATCH] feat: 添加设备配置弹窗, 调整任务控制弹窗适配无工艺参数时允许不允许生产的情况

---
 src/api/device.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/api/device.ts b/src/api/device.ts
index f102b7b..1cd58f4 100644
--- a/src/api/device.ts
+++ b/src/api/device.ts
@@ -1,6 +1,8 @@
 export interface DeviceMap {
   deviceID: string
   deviceName: string
+  /** true鏃舵病鏈夊伐鑹哄弬鏁颁笉鍏佽涓嬪彂  false鏃舵病鏈夊伐鑹哄弬鏁板厑璁镐笅鍙�*/
+  needSetProcessParams: boolean
 }
 
 export interface Devices {

--
Gitblit v1.8.0