From 877d5b08adf0b251752210550338e0ee64d6a27e Mon Sep 17 00:00:00 2001 From: zhangpingchuan <228939628@qq.com> Date: Sun, 7 Jan 2024 09:36:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=20=E4=BF=AE=E5=A4=8D=E5=8D=95=E8=AF=8D?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/control/gantt/gantt.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/gantt/gantt.tsx b/src/control/gantt/gantt.tsx index 9794fedc9..da8d38fdd 100644 --- a/src/control/gantt/gantt.tsx +++ b/src/control/gantt/gantt.tsx @@ -504,7 +504,7 @@ export const GanttControl = defineComponent({ {item._icon && ( )} - {item._sndataIteValue} + {item._snDataItemValue}
{item._text}
-- Gitee