From c2cc4580269de69325dc1a7ea65d411228701852 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 15 一月 2026 09:52:13 +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