diff --git a/src/mods/AppProgressNew/detail.vue b/src/mods/AppProgressNew/detail.vue index 856d9a1..14cffb0 100644 --- a/src/mods/AppProgressNew/detail.vue +++ b/src/mods/AppProgressNew/detail.vue @@ -54,7 +54,7 @@ export default { if (this.classList) { this.classList.map((e) => { if (this.detail.classificationId == e.id) { - this.name = e.desc + this.name = e.name } }) this.showPage = true