1234567891011121314151617 |
- <!--
- * @Author: your name
- * @Date: 2025-01-09 18:10:35
- * @LastEditTime: 2025-01-10 09:17:39
- * @LastEditors: bogon
- * @Description: In User Settings Edit
- * @FilePath: /performance-test/src/views/overview/components/power_scatter_2D/index.vue
- -->
- <template>
- <div>逐月有功功率散点2D分析</div>
- </template>
- <script>
- export default {
- name: "powerScatter2D",
- };
- </script>
- <style scoped lang="scss"></style>
|