cloud-web-corejs 1.0.54-dev.510 → 1.0.54-dev.513

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -746,6 +746,7 @@ export default {
746
746
  gantt.parse(this.tasks);
747
747
  },
748
748
  initGantt() {
749
+ gantt.config.tooltip = true;
749
750
  // 配置国内日期格式(示例 1:YYYY-MM-DD)
750
751
  gantt.config.date_format = "%Y-%m-%d";
751
752
 
@@ -777,6 +778,7 @@ export default {
777
778
  this.initConfig();
778
779
  // 初始化
779
780
  gantt.init(this.$refs.gantt);
781
+
780
782
  /* *******重点******* */
781
783
  /*
782
784
  // 数据解析