change dialog form po aset, separate form order / form aset

This commit is contained in:
2026-07-08 17:14:35 +07:00
parent a1aab09ac9
commit 1f5bcfacd5
17 changed files with 1216 additions and 205 deletions

View File

@@ -16,7 +16,7 @@
<v-content style="background: #F5E8DF!important">
<v-container fluid fill-height class="px-1 py-2">
<v-flex xs12 fill-height pa-1>
<main-layout></main-layout>
</v-flex>
</v-container>
</v-content>
@@ -46,7 +46,8 @@
methods: {},
components: {
'one-navbar': httpVueLoader('../../../apps/components/oneNavbarComponent.vue'),
'one-footer': httpVueLoader('../../../apps/components/oneFooter.vue')
'one-footer': httpVueLoader('../../../apps/components/oneFooter.vue'),
'main-layout': httpVueLoader('./components/main-layout.vue')
}
})
</script>