canteen_system/src/views/screen/index.vue

9 lines
121 B
Vue
Raw Normal View History

2025-04-30 15:05:51 +08:00
<template>
<div>数据大屏</div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>