WIP account mgmt data-table prototype and modal prototype.

This commit is contained in:
Cindy Chang
2024-06-19 15:55:02 +08:00
parent 50c98892c4
commit b7862ab164
9 changed files with 252 additions and 11 deletions

View File

@@ -1,10 +1,11 @@
<template>
<ModalContainer/>
<header class="sticky inset-x-0 top-0 w-full bg-neutral-10 z-10">
<Header/>
<Navbar/>
</header>
<main class="w-full">
<Loading v-if="loadingStore.isLoading" />
<Loading v-if="loadingStore.isLoading" />
<router-view></router-view>
</main>
</template>
@@ -21,6 +22,7 @@ import { leaveFilter, leaveConformance } from '@/module/alertModal.js';
import PageAdminStore from '@/stores/pageAdmin.js';
import LoginStore from "@/stores/login.js";
import { getCookie } from "../utils/cookieUtil.js";
import ModalContainer from './AccountManagement/ModalContainer.vue';
export default {
name: 'MainContainer',
@@ -41,7 +43,8 @@ export default {
components: {
Header,
Navbar,
Loading
Loading,
ModalContainer,
},
computed: {
...mapState(PageAdminStore, [