feat : topo重构功能基本完成 剩下细节优化 以及 tooltip 等数值绑定到页面

This commit is contained in:
zhangyu
2021-02-04 13:09:03 +08:00
parent b5643f3501
commit 537c03de0d
5 changed files with 118 additions and 263 deletions

View File

@@ -1664,7 +1664,10 @@
console.log(index,row)
},
valueMappingDel(index,row){
console.log(index,row)
this.selection.pen.data.valueMapping.splice(index,1);
this.selection.pen.data.valueMapping.forEach((item,index)=>{
item.level=index
});
},
inputFocus(e){
console.log(e.path[2].children[0],e.path[2].children[1]);