fix: inclusao Unidade Unidade
This commit is contained in:
parent
89c1cd2db3
commit
a3f9b96a85
1 changed files with 7 additions and 0 deletions
|
|
@ -75,4 +75,11 @@ export const unidades_medida: {
|
|||
normalizar: (valor: number) => valor * 1000,
|
||||
tipo: "comprimento",
|
||||
},
|
||||
{
|
||||
unidade: "UN",
|
||||
nome: "Unidade",
|
||||
unidade_normalizada: "Un",
|
||||
normalizar: (valor: number) => valor,
|
||||
tipo: "Unitario",
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue