stash
This commit is contained in:
parent
6ada06af52
commit
27d21545fc
5 changed files with 31 additions and 10 deletions
|
|
@ -58,6 +58,7 @@ import {mapActions, mapGetters, mapState} from "vuex";
|
|||
import BaseLayout from "@/components/BaseLayout.vue";
|
||||
import TagField from "@/components/TagField.vue";
|
||||
import PropertyField from "@/components/PropertyField.vue";
|
||||
import CombinedFileField from "@/components/CombinedFileField.vue";
|
||||
|
||||
export default {
|
||||
name: "InventoryEdit",
|
||||
|
|
@ -78,6 +79,7 @@ export default {
|
|||
BaseLayout,
|
||||
TagField,
|
||||
PropertyField,
|
||||
CombinedFileField,
|
||||
...BIcons
|
||||
},
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ import {mapActions, mapState} from "vuex";
|
|||
import BaseLayout from "@/components/BaseLayout.vue";
|
||||
import TagField from "@/components/TagField.vue";
|
||||
import PropertyField from "@/components/PropertyField.vue";
|
||||
import CombinedFileField from "@/components/CombinedFileField.vue";
|
||||
|
||||
export default {
|
||||
name: "InventoryNew",
|
||||
|
|
@ -76,6 +77,7 @@ export default {
|
|||
BaseLayout,
|
||||
TagField,
|
||||
PropertyField,
|
||||
CombinedFileField,
|
||||
...BIcons
|
||||
},
|
||||
data() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue