Updated dependencies and adjusted code to update.
This commit is contained in:
@@ -137,9 +137,9 @@
|
||||
<v-divider/>
|
||||
|
||||
<v-card-text>
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-col cols="2" style="padding: 5px;">
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-text-field
|
||||
v-model.trim="topm_row"
|
||||
label="TopM Zeile"
|
||||
@@ -147,7 +147,7 @@
|
||||
:clearable="edit"
|
||||
/>
|
||||
</v-row>
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-select
|
||||
v-model="label"
|
||||
:items="store.labels"
|
||||
@@ -159,14 +159,14 @@
|
||||
no-data-text="Keine Etiketten Typen angelegt"
|
||||
/>
|
||||
</v-row>
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-text-field
|
||||
v-model.trim="weight"
|
||||
label="Gewicht"
|
||||
:readonly="!edit"
|
||||
/>
|
||||
</v-row>
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-select
|
||||
v-model="unit"
|
||||
:items="store.units"
|
||||
@@ -177,7 +177,7 @@
|
||||
</v-col>
|
||||
|
||||
<v-col cols="5" style="padding: 5px;">
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-text-field
|
||||
v-model.trim="name"
|
||||
:readonly="!edit"
|
||||
@@ -190,7 +190,7 @@
|
||||
/>
|
||||
</v-row>
|
||||
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-textarea
|
||||
v-model.trim="description"
|
||||
:tile=true
|
||||
@@ -212,7 +212,7 @@
|
||||
</v-col>
|
||||
|
||||
<v-col cols="5" style="padding: 5px;">
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-text-field
|
||||
v-model.trim="ean"
|
||||
label="EAN"
|
||||
@@ -221,7 +221,7 @@
|
||||
/>
|
||||
</v-row>
|
||||
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-textarea
|
||||
v-model.trim="ingredients"
|
||||
:tile=true
|
||||
|
||||
Reference in New Issue
Block a user