Updated dependencies and adjusted code to update.
This commit is contained in:
@@ -114,9 +114,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="store.articleEdit.topm_id"
|
||||
:readonly="!edit"
|
||||
@@ -124,7 +124,7 @@
|
||||
:clearable="edit"
|
||||
/>
|
||||
</v-row>
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-checkbox
|
||||
v-model="store.articleEdit.bio"
|
||||
label="BIO"
|
||||
@@ -132,7 +132,7 @@
|
||||
/>
|
||||
</v-row>
|
||||
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-select
|
||||
v-model="store.articleEdit.origin"
|
||||
:items="store.origins"
|
||||
@@ -141,7 +141,7 @@
|
||||
></v-select>
|
||||
</v-row>
|
||||
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-select
|
||||
v-model="store.articleEdit.default_unit"
|
||||
:items="store.units"
|
||||
@@ -150,7 +150,7 @@
|
||||
></v-select>
|
||||
</v-row>
|
||||
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-text-field
|
||||
v-model.trim="store.articleEdit.bio_origin"
|
||||
label="BIO Hinweis Text"
|
||||
@@ -162,7 +162,7 @@
|
||||
/>
|
||||
</v-row>
|
||||
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-text-field
|
||||
v-model.trim="store.articleEdit.mhd"
|
||||
label="MHD Text"
|
||||
@@ -176,7 +176,7 @@
|
||||
</v-col>
|
||||
|
||||
<v-col cols="5" style="padding: 5px;">
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-text-field
|
||||
v-model.trim="store.articleEdit.additional_name"
|
||||
label="Siegel Text"
|
||||
@@ -188,7 +188,7 @@
|
||||
:clearable="edit"
|
||||
/>
|
||||
</v-row>
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-text-field
|
||||
v-model.trim="store.articleEdit.bio_info"
|
||||
label="BIO Hinweis Text"
|
||||
@@ -199,7 +199,7 @@
|
||||
:clearable="edit"
|
||||
/>
|
||||
</v-row>
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-textarea
|
||||
v-model.trim="store.articleEdit.description"
|
||||
:tile=true
|
||||
@@ -220,7 +220,7 @@
|
||||
</v-col>
|
||||
|
||||
<v-col cols="5" style="padding: 5px;">
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-text-field
|
||||
v-model.trim="store.articleEdit.allergens_text"
|
||||
label="Allergen Hinweis"
|
||||
@@ -231,7 +231,7 @@
|
||||
:clearable="edit"
|
||||
/>
|
||||
</v-row>
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<VuetifyTiptap
|
||||
v-model="store.articleEdit.ingredients"
|
||||
label="Zutaten"
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
v-for="notification in notificationPages[page - 1]"
|
||||
:key="notification.id"
|
||||
>
|
||||
<v-row no-gutters>
|
||||
<v-row density="compact">
|
||||
<v-col cols="2">
|
||||
<v-sheet>
|
||||
<v-icon v-if="notification.error" color="red">mdi-alert-circle-outline</v-icon>
|
||||
|
||||
@@ -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