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:
@@ -23,7 +23,6 @@ const props = defineProps<{
|
||||
items: {
|
||||
value: string
|
||||
label: string
|
||||
code: string
|
||||
}[]
|
||||
}
|
||||
divisionTree?: {
|
||||
|
||||
Reference in New Issue
Block a user