mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
提交
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<!-- <img style="width:254px;height:144px" src="/images/list-img.png" alt=""> -->
|
||||
<div class="data-cen">
|
||||
<h6 class="course-tit portal-title-tow">{{item.info.name || item.contentInfo}} <span class="score-info">{{item.info.score}}分</span> </h6>
|
||||
<h6 class="course-tit portal-title-tow">{{item.info.name || item.contentInfo}} <span class="score-info">{{toScore(item.info.score)}}分</span> </h6>
|
||||
<p class="title-info">{{item.info.summary}}</p>
|
||||
<div class="pro-line"> <div>当前进度:</div> <div style="width:200px"><el-progress :percentage="50"></el-progress></div></div>
|
||||
<p class="portal-time">最新一次学习时间:2022-5-28 22:30:28</p>
|
||||
@@ -41,10 +41,12 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { toScore} from '@/utils/tools.js';
|
||||
import courseImage from "@/components/Course/courseImage.vue";
|
||||
export default{
|
||||
data(){
|
||||
return{
|
||||
toScore,
|
||||
courseList:[]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user