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"
|
||||
|
||||
Reference in New Issue
Block a user