diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index 32d56ec0..d52beca2 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -425,19 +425,19 @@
- {{ item.complete ? item.complete : 0 }}/{{ - item.total ? item.total : 0 + {{ item.finishStuNum }}/{{ + item.totalStuNum }}人
{{ item.percent ? item.percent : 0 }}%{{ parseInt(item.finishStuNum / item.totalStuNum * 100) }}%