/* 去掉文件夹图标 *//deep/.gantt_tree_icon{&.gantt_folder_closed,&.gantt_file,&.gantt_folder_open{display:none } }/* 把展开收起图标替换成element-ui的icon *//* 这里没有找到在js中配置图标的方法,为省事,使用css *//* 扒了element-ui的icon样式表 *//deep/.gantt_tree_icon.gantt_open{ba...
在项目中需要使用甘特图插件,在网上就找到了dhtmlx-gantt,下面是使用教程 下载插件: npm install dhtmlx-gantt -save <template> <el-select v-model="value" placeholder="请选择" @change="selectChange"> <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item...