canteen_system/src/views/foodSampleManagement/index.vue

11 lines
127 B
Vue
Raw Normal View History

2025-04-25 09:17:25 +08:00
<script setup lang="ts">
</script>
<template>
<div>食品留样管理</div>
</template>
<style scoped lang="scss">
</style>