index.vue 413 B

1234567891011121314151617
  1. <!--
  2. * @Author: your name
  3. * @Date: 2025-01-09 18:08:00
  4. * @LastEditTime: 2025-01-10 09:20:32
  5. * @LastEditors: bogon
  6. * @Description: In User Settings Edit
  7. * @FilePath: /performance-test/src/views/overview/components/cp_windspeed/index.vue
  8. -->
  9. <template>
  10. <div>风能利用系数和风速分析</div>
  11. </template>
  12. <script>
  13. export default {
  14. name: "cpWindspeed",
  15. };
  16. </script>
  17. <style scoped lang="scss"></style>