increase insCost max

This commit is contained in:
Chika 2021-06-09 09:32:29 +03:00
parent 65ba0c6db0
commit d976de4ac8

View File

@ -47,7 +47,7 @@ const columns: TableColumn[] = [
Component: InputNumber,
props: {
min: '0.00',
max: '1500000.00',
max: '2500000.00',
step: '1000.00',
precision: 2,
formatter: formatNumber,