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