changed label

This commit is contained in:
Artur Nowakowski 2019-12-09 17:25:25 +01:00
parent 0799b3ef21
commit a62b3b5868
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<FormItem label="Nazwa" prop="name">
<Input v-model="form.name" placeholder="Podaj nazwę produktu"/>
</FormItem>
<FormItem label="Kilokalorie" prop="kcal">
<FormItem label="Kcal" prop="kcal">
<InputNumber class="input" v-model="form.kcal" :min="0" :precision="0"/>
</FormItem>
<FormItem label="Węglowodany" prop="carbohydrates">

View File

@ -19,7 +19,7 @@
key: 'name'
},
{
title: 'Kilokalorie',
title: 'Kcal',
key: 'kcal'
},
{