feat: excel data style

This commit is contained in:
2025-03-11 21:13:45 +07:00
parent ccfa27deff
commit 13f3e5bf29
11 changed files with 565 additions and 36 deletions

View File

@@ -2,6 +2,7 @@
import { Dialog } from "primevue";
import { useErrorStore } from "./stores/error.store";
import { RouterView, useRoute } from "vue-router";
import PosttypeScheme from "./posttype/PosttypeScheme.vue";
const errorStore = useErrorStore();
@@ -19,5 +20,6 @@ const route = useRoute();
</Dialog>
<main class="w-screen h-screen">
<RouterView />
<PosttypeScheme />
</main>
</template>