AIManage/src/views/simulationEvaluation/hisTaskList.vue

10 lines
175 B
Vue
Raw Normal View History

2024-06-26 23:58:18 +08:00
<template>
<div class="app-container simulation-his-task-list">
正在建设
</div>
</template>
<script lang='ts' setup>
</script>
<style scoped lang='less'>
</style>