canteen_system/src/views/screen/index.vue

6 lines
118 B
Vue
Raw Normal View History

2025-04-25 09:17:25 +08:00
<template>
<div>数据大屏</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>