canteen_system/src/views/personnelManagement/enterpriseStaff/index.vue

9 lines
121 B
Vue
Raw Normal View History

2025-04-30 15:05:51 +08:00
<template>
2025-05-06 10:07:08 +08:00
<div>库存盘点</div>
2025-04-30 15:05:51 +08:00
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>