mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-15 07:51:58 +00:00
perf: 工单流优化
This commit is contained in:
parent
45c74ba470
commit
48d07b4d6d
@ -38,7 +38,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getObjectName() {
|
||||
return this.ticket.id
|
||||
return this.ticket.type_display
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -50,7 +50,8 @@ export default {
|
||||
},
|
||||
headerActions: {
|
||||
hasLeftActions: false,
|
||||
hasRightActions: false
|
||||
hasRightActions: false,
|
||||
hasSearch: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user