perf: 工单流优化

This commit is contained in:
feng626 2021-09-10 13:43:24 +08:00 committed by xinwen
parent 45c74ba470
commit 48d07b4d6d
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ export default {
}, },
methods: { methods: {
getObjectName() { getObjectName() {
return this.ticket.id return this.ticket.type_display
} }
} }
} }

View File

@ -50,7 +50,8 @@ export default {
}, },
headerActions: { headerActions: {
hasLeftActions: false, hasLeftActions: false,
hasRightActions: false hasRightActions: false,
hasSearch: false
} }
} }
} }