浏览代码

feat: 个人画像

lixiangrui 1 月之前
父节点
当前提交
bae6ded918
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/portraitManagement/employeeProfile/index.vue

+ 0 - 1
src/views/portraitManagement/employeeProfile/index.vue

@@ -573,7 +573,6 @@ const initChart = () => {
573 573
 
574 574
     // 显示 tooltip
575 575
     tip.style.display = 'block'
576
-    console.log(rect.x , e.offsetX);
577 576
     
578 577
     // tip.style.left = rect.x + e.offsetX + 30 + 'px'
579 578
     // tip.style.top = rect.y + e.offsetY + 'px'