diff --git a/fzjgact/huodong/models.py b/fzjgact/huodong/models.py
index 7f6e909..f5e2c60 100644
--- a/fzjgact/huodong/models.py
+++ b/fzjgact/huodong/models.py
@@ -33,7 +33,8 @@ class Contact(models.Model):
('机房/设备间巡检人', '机房/设备间巡检人'),
('信息安全联系人', '信息安全联系人'),
('兼岗', '兼岗'),
- ('安全员', '安全员')
+ ('安全员', '安全员'),
+ ('合规管理人', '合规管理人')
# 可以添加更多类别
]
# 修改为支持多选的 CharField
diff --git a/fzjgact/huodong/templates/contact_list.html b/fzjgact/huodong/templates/contact_list.html
index df84b17..e0bc3dd 100644
--- a/fzjgact/huodong/templates/contact_list.html
+++ b/fzjgact/huodong/templates/contact_list.html
@@ -222,7 +222,13 @@
-
+
+
+
+ 导出为Excel
+