diff --git a/ruoyi-admin/src/main/resources/templates/system/column/column.html b/ruoyi-admin/src/main/resources/templates/system/column/column.html
index 008e38e..be41c90 100644
--- a/ruoyi-admin/src/main/resources/templates/system/column/column.html
+++ b/ruoyi-admin/src/main/resources/templates/system/column/column.html
@@ -93,7 +93,7 @@
return '部门动态';
}
else if (item.columnType == '2') {
- return '专题活动';
+ return '法规分类';
}else{
return '兰铁视窗';
}