feat(huodong): 在活动类型中添加'变更'选项
This commit is contained in:
Binary file not shown.
@@ -64,6 +64,7 @@ class Activity(models.Model):
|
|||||||
('搬迁', '搬迁'),
|
('搬迁', '搬迁'),
|
||||||
('原址装修', '原址装修'),
|
('原址装修', '原址装修'),
|
||||||
('撤销', '撤销'),
|
('撤销', '撤销'),
|
||||||
|
('变更', '变更'),
|
||||||
('其他技术问题', '其他技术问题')
|
('其他技术问题', '其他技术问题')
|
||||||
|
|
||||||
), verbose_name='活动类型')
|
), verbose_name='活动类型')
|
||||||
|
|||||||
Reference in New Issue
Block a user