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] }}