feat: 优化工单模块 (#5361)

* feat: 优化工单模块1

* feat: 优化工单模块2

* feat: 优化工单模块3

Co-authored-by: Bai <bugatti_it@163.com>
This commit is contained in:
fit2bot
2020-12-30 18:14:06 +08:00
committed by GitHub
parent 3b056ff953
commit 430e20a49c
22 changed files with 342 additions and 121 deletions

View File

@@ -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')