| 1234567891011121314151617 |
- <template>
- <div class="nitrogen-history">
- <!-- <HistoryTable columns-type="forcFan" device-type="forcFan" designScope="forcFan_history" :scroll="{ y: 650 }" /> -->
- <HistoryTable device-code="forcFan" dict-code="forcFan_dict" columns-code="forcFan_history" />
- </div>
- </template>
- <script setup lang="ts">
- // import HistoryTable from '../../comment/HistoryTable.vue';
- import HistoryTable from '/@/views/vent/comment/history/HistoryTable.vue';
- </script>
- <style lang="less" scoped>
- .nitrogen-history {
- position: fixed;
- top: 80px;
- margin-top: 20px;
- }
- </style>
|