From 0878950e171bcaeb0cf8064c72d6f5a330eea4da Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 07 二月 2024 16:41:59 +0800
Subject: [PATCH] g更新设备号和干体重开关
---
src/stores/StoresConfing.ts | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/stores/StoresConfing.ts b/src/stores/StoresConfing.ts
index 23190e9..a929c66 100644
--- a/src/stores/StoresConfing.ts
+++ b/src/stores/StoresConfing.ts
@@ -14,6 +14,8 @@
BobaoJg:4,
beginWorkTime:5,
endWorkTime:22,
+ // 默认显示床号 开启就显示干体重
+ gantiziShow:false,
Is_ce_wen:false,
portPath:'COM5',
baudRate:115200,
@@ -36,6 +38,9 @@
* @param roleText 配置文件设置
*/
function setconfingInfo(info:any){
+ if(info.gantiziShow===undefined){
+ info.gantiziShow=false
+ }
confingInfo.value=info
// 给默认值
if(info.BobaoJg===undefined){
--
Gitblit v1.8.0