ソースを参照

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'