perf: 优化变量名

This commit is contained in:
feng626
2021-08-26 18:29:02 +08:00
parent 0b1a1591f8
commit 5854ad1975
10 changed files with 10 additions and 63 deletions

View File

@@ -44,7 +44,7 @@ class TicketApprovalLevel(IntegerChoices):
class TicketApprovalStrategy(TextChoices):
super = 'super', _("Super user")
admin = 'admin', _("Admin user")
super_admin = 'super_admin', _("Super admin user")
custom = 'custom', _("Custom user")
org_admin = 'org_admin', _("Org admin user")
super_org_admin = 'super_org_admin', _("Super org admin user")
custom_user = 'custom_user', _("Custom user")