Files
td_official/src/views/personnelManagement/teamAllocation/index.vue
2025-03-06 11:50:32 +08:00

11 lines
132 B
Vue

<script setup lang="ts">
</script>
<template>
<div><h1>班组分配</h1></div>
</template>
<style scoped lang="scss">
</style>