AIManage/src/views/simulationEvaluation/addStep4.vue

10 lines
220 B
Vue
Raw Normal View History

2024-06-26 00:20:39 +08:00
<template>
<el-card style="margin-top:12px" class="simulation-add-add-step4">
<template #header>数据集列表</template>
</el-card>
</template>
<script setup>
</script>
<style lang='scss'>
</style>