diff --git a/CHANGELOG.md b/CHANGELOG.md
index c676a4e49786c26cdd30d93236e07fe0fee0060a..4bcf74d31ee314cb554c2a9025bc6d9efc315a1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
### Fixed
- 修复项目应用无appUtils资源时启动报错的问题
+- 修复列表导航栏和表格导航栏绘制异常
### PackageUpgrade
diff --git a/template/@macro/control/include.hbs b/template/@macro/control/include.hbs
index a56e06f4fa9159f8177db40a38f8b3fc59e04d55..add463d14d7519b6c59741b1416a8beeeef10749 100644
--- a/template/@macro/control/include.hbs
+++ b/template/@macro/control/include.hbs
@@ -19,6 +19,10 @@
{{else if (eq ctrl.controlType "TREEEXPBAR")}}
+ {{else if (eq ctrl.controlType "LISTEXPBAR")}}
+
+ {{else if (eq ctrl.controlType "GRIDEXPBAR")}}
+
{{else if (eq ctrl.controlType "TABEXPPANEL")}}
{{else if (eq ctrl.controlType "MULTIEDITVIEWPANEL")}}