mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-08 18:36:48 +08:00
提交
This commit is contained in:
@@ -153,11 +153,6 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
</template>
|
||||
<template v-else>
|
||||
<el-empty description="暂无数据" />
|
||||
</template>
|
||||
|
||||
<div class="detailR">
|
||||
<!-- todo #路径详情 课程公告及共享文档缺失-->
|
||||
<!-- 个人信息及学习进度 -->
|
||||
@@ -204,7 +199,9 @@
|
||||
</div>
|
||||
|
||||
<div class="rate" v-if="lastLearned">
|
||||
<div class="ratetext">上次学到:{{ lastLearned.taskName }}</div>
|
||||
<div class="ratetext">
|
||||
上次学到:{{ lastLearned.taskName }}
|
||||
</div>
|
||||
<div
|
||||
v-if="lastLearned"
|
||||
class="ratebtn"
|
||||
@@ -248,7 +245,9 @@
|
||||
:percentage="requiredProgress"
|
||||
:show-text="false"
|
||||
:stroke-width="8"
|
||||
:color="requiredProgress == 100 ? '#0077EC' : '#F2903D'"
|
||||
:color="
|
||||
requiredProgress == 100 ? '#0077EC' : '#F2903D'
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
@@ -274,7 +273,9 @@
|
||||
:percentage="electiveProgress"
|
||||
:show-text="false"
|
||||
:stroke-width="8"
|
||||
:color="electiveProgress == 100 ? '#0077EC' : '#F2903D'"
|
||||
:color="
|
||||
electiveProgress == 100 ? '#0077EC' : '#F2903D'
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
@@ -294,6 +295,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
<div style="flex: 1">
|
||||
<el-empty description="暂无数据" />
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user