核心内容摘要
云知声进行配售:募资3亿港元 主要用于山海大模型研发
vue2 甘特图 vxe-gantt 一行渲染多个子任务的配置但需要在父级任务直接显示所有子任务时可以通过 task-bar-subview-config 和父级任务设置type VxeGanttTaskType.Subview 来设置会自动将所有子任务渲染到父级任务中https://gantt.vxeui.com设置 task-bar-subview-config.showOverview 设置是否任务总览当子任务被展开后自动显示任务总览templatedivvxe-ganttv-bindganttOptions/vxe-gantt/div/templatescriptimport{VxeGanttTaskType}fromvxe-ganttexportdefault{data(){constganttOptions{border:true,treeConfig:{transform:true,rowField:id,parentField:parentId},taskConfig:{startField:start,endField:end,typeField:type,progressField:progress},taskBarSubviewConfig:{showOverview:true},taskBarConfig:{showContent:true,barStyle:{round:true}},taskViewConfig:{tableStyle:{width:280}},columns:[{field:title,title:任务名称,minWidth:140,treeNode:true},{field:start,title:开始时间,width:100},{field:end,title:结束时间,width:100},{field:progress,title:进度(%),width:80}],data:[{id:10001,parentId:null,title:我的项目1,start:,end:,progress:0,type:VxeGanttTaskType.Subview},{id:10002,parentId:10001,title:我的项目2,start: