Commit ab1f803e462dbcaae969b131672957a919198e8f

Authored by xp.Huang
2 parents fd599840 d992d42a

Merge branch 'main_dev' into 'main'

Main dev

See merge request yunteng/thingskit-scada!238
... ... @@ -96,7 +96,6 @@ export const createModbusValueInput = (objectModel: Tsl): FormSchema => {
96 96 // max: max ?? Number.MAX_SAFE_INTEGER,
97 97 // min: min ?? Number.MIN_SAFE_INTEGER,
98 98 placeholder: `请输入${functionName}`,
99   - precision: 0,
100 99 },
101 100 }
102 101 }
... ...