gaoshp
2024-04-09 0f31a5803512ad8a06ca279db95e639c4aa2d6b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--
 * @Date: 2024-04-09 22:11:21
 * @LastEditors: Sneed
 * @LastEditTime: 2024-04-09 22:12:14
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/realtime-status/index.vue
-->
<template>
    <div>
        实时看板
    </div>
</template>
 
<script>
    export default {
        
    }
</script>
 
<style lang="scss" scoped>
 
</style>