From dc7ec3f6693f39779ef748c1f832860010fe73e5 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 15 一月 2026 15:07:21 +0800
Subject: [PATCH] 1.甘特图递交

---
 src/components/dhtmlxGantt/codebase/dhtmlxgantt.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/dhtmlxGantt/codebase/dhtmlxgantt.js b/src/components/dhtmlxGantt/codebase/dhtmlxgantt.js
index 31e6697..8884e75 100644
--- a/src/components/dhtmlxGantt/codebase/dhtmlxgantt.js
+++ b/src/components/dhtmlxGantt/codebase/dhtmlxgantt.js
@@ -24861,8 +24861,8 @@
                     },
                     tooltip_date_format: i.date_to_str("%Y-%m-%d"),
                     tooltip_text: function(e, n, i) {
-                      return "<b>浠诲姟:</b> " + i.text + "<br/><b>寮�濮嬫椂闂�:</b> " + t.templates.tooltip_date_format(e) + "<br/><b>缁撴潫鏃堕棿:</b> " + t.templates.tooltip_date_format(n)
-                      // return "<b>Task:</b> " + i.text + "<br/><b>Start date:</b> " + t.templates.tooltip_date_format(e) + "<br/><b>End date:</b> " + t.templates.tooltip_date_format(n)
+                      // return "<b>浠诲姟:</b> " + i.text + "<br/><b>寮�濮嬫椂闂�:</b> " + t.templates.tooltip_date_format(e) + "<br/><b>缁撴潫鏃堕棿:</b> " + t.templates.tooltip_date_format(n)
+                      return "<b>Task:</b> " + i.text + "<br/><b>Start date:</b> " + t.templates.tooltip_date_format(e) + "<br/><b>End date:</b> " + t.templates.tooltip_date_format(n)
                     }
                   })
               },

--
Gitblit v1.9.3