diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue
index 88aa66ca..7b73494a 100644
--- a/src/views/learningpath/LevelAdd.vue
+++ b/src/views/learningpath/LevelAdd.vue
@@ -431,23 +431,13 @@
{{
- item.totalStuNum == 0
- ? 0
- : item.finishStuNum == 0
- ? 0
- : parseInt(
- (item.finishStuNum / item.totalStuNum) * 100
- )
- }}%{{parseInt((item.finishStuNum / item.totalStuNum) * 100) || 0}}%