From 0a46fec20b16cd79f5fe6adba25ee0f1897d44da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com>
Date: Wed, 16 Jul 2025 15:13:22 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E5=8F=82=E6=95=B0=E7=A6=81?=
=?UTF-8?q?=E6=AD=A2=E8=BE=93=E5=85=A5=E6=B1=89=E5=AD=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/formula/RunFormulaConfig.vue | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/components/formula/RunFormulaConfig.vue b/src/components/formula/RunFormulaConfig.vue
index 85bff22..d827b29 100644
--- a/src/components/formula/RunFormulaConfig.vue
+++ b/src/components/formula/RunFormulaConfig.vue
@@ -1,5 +1,6 @@
@@ -110,6 +116,7 @@ const validatePass = (rule: any, value: any, callback: any, config: Formula.Form
:name="item.setting_id"
:controls="false"
:disabled="!item.is_editable"
+ :type="deviceType === deviceStore.deviceTypeMap.LargeSpaceDM_B ? 'number' : 'default'"
>
{{ labelUnitMap[item.setting_id] }}
@@ -123,6 +130,7 @@ const validatePass = (rule: any, value: any, callback: any, config: Formula.Form
:name="item.setting_id"
:controls="false"
:disabled="!item.is_editable"
+ :type="deviceType === deviceStore.deviceTypeMap.LargeSpaceDM_B ? 'number' : 'default'"
>
{{ labelUnitMap[item.setting_id] }}