diff --git a/service-department/src/main/resources/templates/department/get.html b/service-department/src/main/resources/templates/department/get.html
index ce7c18bf..c8b93ef2 100644
--- a/service-department/src/main/resources/templates/department/get.html
+++ b/service-department/src/main/resources/templates/department/get.html
@@ -76,8 +76,11 @@
diff --git a/service-department/src/main/resources/templates/department/list.html b/service-department/src/main/resources/templates/department/list.html
index 7f36d5bc..5945b0b3 100644
--- a/service-department/src/main/resources/templates/department/list.html
+++ b/service-department/src/main/resources/templates/department/list.html
@@ -108,6 +108,15 @@
case 2:
value = '部门';
break;
+ case 3:
+ value = '虚拟部门';
+ break;
+ case 4:
+ value = '行政单位';
+ break;
+ case 5:
+ value = '执法单位';
+ break;
default:
value = '无';
}
diff --git a/service-department/src/main/resources/templates/department/save-merge.html b/service-department/src/main/resources/templates/department/save-merge.html
index 385a7e2b..c3cd7b50 100644
--- a/service-department/src/main/resources/templates/department/save-merge.html
+++ b/service-department/src/main/resources/templates/department/save-merge.html
@@ -65,8 +65,11 @@
diff --git a/service-department/src/main/resources/templates/department/save-split.html b/service-department/src/main/resources/templates/department/save-split.html
index 6132aac1..2c51ebab 100644
--- a/service-department/src/main/resources/templates/department/save-split.html
+++ b/service-department/src/main/resources/templates/department/save-split.html
@@ -71,8 +71,11 @@
diff --git a/service-department/src/main/resources/templates/department/save.html b/service-department/src/main/resources/templates/department/save.html
index 5df28e54..bca4bfe7 100644
--- a/service-department/src/main/resources/templates/department/save.html
+++ b/service-department/src/main/resources/templates/department/save.html
@@ -90,8 +90,11 @@
diff --git a/service-department/src/main/resources/templates/department/update-split.html b/service-department/src/main/resources/templates/department/update-split.html
index 1593bea9..1fd9199d 100644
--- a/service-department/src/main/resources/templates/department/update-split.html
+++ b/service-department/src/main/resources/templates/department/update-split.html
@@ -61,8 +61,11 @@
diff --git a/service-department/src/main/resources/templates/department/update.html b/service-department/src/main/resources/templates/department/update.html
index 9624e762..58ccfc5f 100644
--- a/service-department/src/main/resources/templates/department/update.html
+++ b/service-department/src/main/resources/templates/department/update.html
@@ -90,8 +90,11 @@