feat: 报表管理开发

This commit is contained in:
15200171637
2023-02-07 09:05:32 +08:00
parent 234574059e
commit d5a93142a7
13 changed files with 1613 additions and 21223 deletions

View File

@@ -0,0 +1,24 @@
<template>
<!-- 学习路径图! -->
<div class="learningpathmap">
<div class="box">
学习路径图页面!
</div>
</div>
</template>
<script>
export default {
name: "LearningPathMap",
};
</script>
<style lang="scss">
.learningpathmap {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
</style>