1234567891011121314151617 |
- <!--
- * @Author: your name
- * @Date: 2025-01-10 09:10:39
- * @LastEditTime: 2025-01-10 09:14:38
- * @LastEditors: bogon
- * @Description: In User Settings Edit
- * @FilePath: /performance-test/src/views/overview/components/tsr_trend/index.vue
- -->
- <template>
- <div>叶尖速比时序分析</div>
- </template>
- <script>
- export default {
- name: "tsrTrend",
- };
- </script>
- <style scoped lang="scss"></style>
|