mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-21 19:38:07 +00:00
feat: 优化工单模块 (#5361)
* feat: 优化工单模块1 * feat: 优化工单模块2 * feat: 优化工单模块3 Co-authored-by: Bai <bugatti_it@163.com>
This commit is contained in:
@@ -16,7 +16,7 @@ class TicketTypeChoices(TextChoices):
|
||||
|
||||
|
||||
class TicketActionChoices(TextChoices):
|
||||
apply = 'apply', _('Apply')
|
||||
open = 'open', _('Open')
|
||||
approve = 'approve', _('Approve')
|
||||
reject = 'reject', _('Reject')
|
||||
close = 'close', _('Close')
|
||||
|
Reference in New Issue
Block a user