mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:27:04 +00:00
feat: numeric precision can be configured to 8 digits (#5552)
This commit is contained in:
parent
7f83dad158
commit
a2b464ff14
@ -47,6 +47,9 @@ export class NumberFieldInterface extends CollectionFieldInterface {
|
||||
{ value: '0.001', label: '1.000' },
|
||||
{ value: '0.0001', label: '1.0000' },
|
||||
{ value: '0.00001', label: '1.00000' },
|
||||
{ value: '0.000001', label: '1.000000' },
|
||||
{ value: '0.0000001', label: '1.0000000' },
|
||||
{ value: '0.00000001', label: '1.00000000' },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user