mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 09:46:45 +08:00
feat: 报表管理开发
This commit is contained in:
24
src/views/report/Learningpathmap.vue
Normal file
24
src/views/report/Learningpathmap.vue
Normal 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>
|
||||
Reference in New Issue
Block a user