mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
fix:学员积分获取详情-积分类型展示
This commit is contained in:
@@ -156,6 +156,7 @@ export default {
|
|||||||
score: item.score,
|
score: item.score,
|
||||||
type: "完成任务",
|
type: "完成任务",
|
||||||
from: item.source == "" ? "-" : item.source,
|
from: item.source == "" ? "-" : item.source,
|
||||||
|
typeDesc: item.typeDesc
|
||||||
};
|
};
|
||||||
array.push(obj);
|
array.push(obj);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user