Commit d992d42ac4f7721a34fe205e838c6c7ce4928f80
Merge branch 'fix/tcp-modbus-command-delivery' into 'main_dev'
fix: 修复TCP Modbus命令下发无法输入小数 See merge request yunteng/thingskit-scada!237
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -96,7 +96,6 @@ export const createModbusValueInput = (objectModel: Tsl): FormSchema => { | @@ -96,7 +96,6 @@ export const createModbusValueInput = (objectModel: Tsl): FormSchema => { | ||
96 | // max: max ?? Number.MAX_SAFE_INTEGER, | 96 | // max: max ?? Number.MAX_SAFE_INTEGER, |
97 | // min: min ?? Number.MIN_SAFE_INTEGER, | 97 | // min: min ?? Number.MIN_SAFE_INTEGER, |
98 | placeholder: `请输入${functionName}`, | 98 | placeholder: `请输入${functionName}`, |
99 | - precision: 0, | ||
100 | }, | 99 | }, |
101 | } | 100 | } |
102 | } | 101 | } |