123456789101112131415161718 |
- <template>
- <!-- 系统数据 -->
- <div class="tableStyle" ><checkData :systemId=6></checkData></div>
-
- </template>
- <script>
- import checkData from "@/views/gas/systemData/checkData.vue";
- export default {
- components: {
- checkData
- },
- }
- </script>
- <style>
- </style>
|