feat(huodong): 在活动类型中添加'变更'选项

This commit is contained in:
2026-01-26 09:18:55 +08:00
parent 2b1331d9f0
commit 18314c9808
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -64,6 +64,7 @@ class Activity(models.Model):
('搬迁', '搬迁'),
('原址装修', '原址装修'),
('撤销', '撤销'),
('变更', '变更'),
('其他技术问题', '其他技术问题')
), verbose_name='活动类型')