index.vue 398 B

1234567891011121314151617
  1. <!--
  2. * @Author: your name
  3. * @Date: 2025-01-10 09:10:39
  4. * @LastEditTime: 2025-01-10 09:14:38
  5. * @LastEditors: bogon
  6. * @Description: In User Settings Edit
  7. * @FilePath: /performance-test/src/views/overview/components/tsr_trend/index.vue
  8. -->
  9. <template>
  10. <div>叶尖速比时序分析</div>
  11. </template>
  12. <script>
  13. export default {
  14. name: "tsrTrend",
  15. };
  16. </script>
  17. <style scoped lang="scss"></style>