From 65d5447fd0e8fe79d300f1ca520e7be3d7c801f4 Mon Sep 17 00:00:00 2001 From: ShineKOT <1917095344@qq.com> Date: Fri, 8 Aug 2025 12:02:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=92=8C=E8=A1=A8=E6=A0=BC=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E7=BB=98=E5=88=B6=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + template/@macro/control/include.hbs | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c676a4e..4bcf74d 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 a56e06f..add463d 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")}} -- Gitee