123456789101112131415161718192021 |
- <!--
- * @Author: your name
- * @Date: 2024-09-11 14:28:15
- * @LastEditTime: 2024-09-11 14:40:37
- * @LastEditors: milo-MacBook-Pro.local
- * @Description: In User Settings Edit
- * @FilePath: /performance-test/src/views/performance/components/chartsCom/lineAndChildLine.vue
- -->
- <template>
- <div>
- lineAndChildLine
- <h1>有功功率曲线分析</h1>
- <h1>叶尖速比和有功功率分析</h1>
- <h1>叶尖速比-Cp-功率分析</h1>
- <h1>风能利用系数和有功功率分析</h1>
- <h1>风能利用系数和风速分析</h1>
- <h1>叶尖速比和风速分析</h1>
- </div>
- </template>
- <script></script>
- <style scoped></style>
|