refactor(division): move entry logic to shared config file

Extract division form configuration and tree logic from entry.vue component into a shared entry.ts file. This improves code organization and reusability while maintaining the same functionality.
This commit is contained in:
Khafid Prayoga
2025-09-16 16:00:16 +07:00
parent c5ec8ccd32
commit 0ae1923f27
4 changed files with 142 additions and 205 deletions
@@ -23,7 +23,6 @@ const props = defineProps<{
items: {
value: string
label: string
code: string
}[]
}
divisionTree?: {