Files
schoolNews/schoolNewsWeb/src/views/manage/system/DeptManageView.vue

13 lines
139 B
Vue
Raw Normal View History

2025-10-08 14:11:54 +08:00
<template>
<div>
部门管理
</div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>