feat: composite objects in excel extra

# Conflicts:
#	frontend/src/App.vue
This commit is contained in:
2025-03-11 20:35:44 +07:00
parent 1ed106f167
commit 271af30655
10 changed files with 94 additions and 507 deletions

View File

@@ -7,6 +7,8 @@ import type { Scheme } from "../types/scheme.type";
import { PostType } from "../../bindings/app/internal/services";
import { ref } from "vue";
import type { Validate } from "../types/validate.type";
import { ImportFromExcel } from "../../bindings/app/internal/services/posttypeservice.ts";
import { ExportToExcel } from "../../bindings/app/internal/services/postservice.ts";
const service = new Service();
@@ -19,6 +21,7 @@ const load = async () => {
onMounted(async () => {
await load();
await ExportToExcel();
});
const scheme: Scheme<PostType> = reactive({