定义任务条右侧显示的文本
gantt.templates.rightside_text = function(start, end, task){ return "ID: #" + task.id; };