lineAndChildLine.vue 644 B

123456789101112131415161718192021
  1. <!--
  2. * @Author: your name
  3. * @Date: 2024-09-11 14:28:15
  4. * @LastEditTime: 2024-09-11 14:40:37
  5. * @LastEditors: milo-MacBook-Pro.local
  6. * @Description: In User Settings Edit
  7. * @FilePath: /performance-test/src/views/performance/components/chartsCom/lineAndChildLine.vue
  8. -->
  9. <template>
  10. <div>
  11. lineAndChildLine
  12. <h1>有功功率曲线分析</h1>
  13. <h1>叶尖速比和有功功率分析</h1>
  14. <h1>叶尖速比-Cp-功率分析</h1>
  15. <h1>风能利用系数和有功功率分析</h1>
  16. <h1>风能利用系数和风速分析</h1>
  17. <h1>叶尖速比和风速分析</h1>
  18. </div>
  19. </template>
  20. <script></script>
  21. <style scoped></style>