canteen_system/src/views/smartRecipes/dishesManagement/index.vue

11 lines
121 B
Vue
Raw Normal View History

2025-04-30 15:05:51 +08:00
<script setup lang="ts">
</script>
2025-05-06 10:07:08 +08:00
<template>
<div>菜品管理</div>
</template>
2025-04-30 15:05:51 +08:00
<style scoped lang="scss">
</style>