fix:学员积分获取详情-积分类型展示

This commit is contained in:
wyx
2023-02-27 22:31:11 +08:00
parent d508988437
commit a8c3521d48

View File

@@ -156,6 +156,7 @@ export default {
score: item.score,
type: "完成任务",
from: item.source == "" ? "-" : item.source,
typeDesc: item.typeDesc
};
array.push(obj);
});