iterativeCurve.vue 246 B

12345678910111213141516
  1. <template>
  2. <!-- 分析工况 -->
  3. <div style="height: 100%;">
  4. <el-card class="custom-card">
  5. <template #header>
  6. <span>迭代曲线</span>
  7. </template>
  8. </el-card>
  9. </div>
  10. </template>
  11. <script setup>
  12. </script>