1234567891011121314151617 |
- <!--
- * @Author: your name
- * @Date: 2025-01-09 18:09:25
- * @LastEditTime: 2025-01-10 09:19:31
- * @LastEditors: bogon
- * @Description: In User Settings Edit
- * @FilePath: /performance-test/src/views/overview/components/pitch_generator_speed/index.vue
- -->
- <template>
- <div>变桨和发电机转速协调性分析</div>
- </template>
- <script>
- export default {
- name: "pitchGeneratorSpeed",
- };
- </script>
- <style scoped lang="scss"></style>
|