zhaowei
2025-03-14 81e1bdcf2953c8f91b343c7e59fc40f5a016594d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<template>
  <a-card>
    空转数据维护
  </a-card>
</template>
 
<script>
  export default {
    name: 'IdleDataMaintenance',
    components: {},
    data() {
      return {}
    },
    methods: {}
  }
</script>
 
<style scoped>
 
</style>