Files
td_official/src/views/personnelManagement/teamAllocation/index.vue

11 lines
132 B
Vue
Raw Normal View History

2025-03-06 11:47:20 +08:00
<script setup lang="ts">
</script>
<template>
2025-03-06 11:50:32 +08:00
<div><h1>班组分配</h1></div>
2025-03-06 11:47:20 +08:00
</template>
<style scoped lang="scss">
</style>