batchMag.vue 336 B

12345678910111213
  1. <!--
  2. * @Author: your name
  3. * @Date: 2024-05-27 09:23:37
  4. * @LastEditTime: 2024-05-27 09:29:56
  5. * @LastEditors: bogon
  6. * @Description: In User Settings Edit
  7. * @FilePath: /performance-test/src/views/performance/batchMag.vue
  8. -->
  9. <template>
  10. <div>性能批次管理</div>
  11. </template>
  12. <script></script>
  13. <style scoped lang="scss"></style>