From 3b3521961c246eda35cde1fde685e3931f8af529 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期一, 28 十月 2024 08:46:25 +0800
Subject: [PATCH] 仿真字体 数量提示 箭头缝隙

---
 web/src/views/modules/taskReliability/TimeDiagram.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/src/views/modules/taskReliability/TimeDiagram.vue b/web/src/views/modules/taskReliability/TimeDiagram.vue
index 3e6d46f..0d654f8 100644
--- a/web/src/views/modules/taskReliability/TimeDiagram.vue
+++ b/web/src/views/modules/taskReliability/TimeDiagram.vue
@@ -141,6 +141,7 @@
       window.removeEventListener('scroll', this.handleScroll,true);
     },
     mounted() {
+      // alert(`mounted鎵ц浜哷)
       this.getProductList()
       this.init()
       this.$refs.textDiagram.init()
@@ -230,8 +231,7 @@
                 line: {
                   stroke: '#A2B1C3',
                   strokeWidth: 2,
-                  sourceMarker: 'none',
-                  targetMarker: 'none'
+                  targetMarker: null,
                 }
               },
               tools: {

--
Gitblit v1.9.1