Wzyyy98 3 лет назад
Родитель
Сommit
40caeca9d1

+ 1 - 0
src/pages/rule-engine/Scene/Save/action/DeviceOutput/actions/TypeModel.tsx

@@ -108,6 +108,7 @@ export default (props: Props) => {
           <InputNumber
             value={value}
             min={0}
+            precision={type === 'double' || type === 'float' ? 2 : 0}
             onChange={(e: any) => {
               onChange(e);
             }}