修改技术监督按钮重复点击问题

This commit is contained in:
GGJ
2024-10-17 13:29:51 +08:00
parent e470554b7c
commit 96ea25d0a6
6 changed files with 57 additions and 58 deletions

View File

@@ -1061,7 +1061,7 @@ export default {
type: "line",
smooth: true,
symbol: "none",
sampling: "lttb",
sampling: "average",
itemStyle: {
color: "#FFCC00",
},
@@ -1072,7 +1072,7 @@ export default {
type: "line",
smooth: true,
symbol: "none",
sampling: "lttb",
sampling: "average",
itemStyle: {
color: "#009900",
},
@@ -1083,7 +1083,7 @@ export default {
type: "line",
smooth: true,
symbol: "none",
sampling: "lttb",
sampling: "average",
itemStyle: {
color: "#CC0000",
},
@@ -1479,7 +1479,7 @@ export default {
type: "line",
smooth: true,
symbol: "none",
sampling: "lttb",
sampling: "average",
itemStyle: {
color: "#FFCC00",
},
@@ -1490,7 +1490,7 @@ export default {
type: "line",
smooth: true,
symbol: "none",
sampling: "lttb",
sampling: "average",
itemStyle: {
color: "#009900",
},
@@ -1501,7 +1501,7 @@ export default {
type: "line",
smooth: true,
symbol: "none",
sampling: "lttb",
sampling: "average",
itemStyle: {
color: "#CC0000",
},

View File

@@ -729,7 +729,7 @@ export default {
type: 'line',
smooth: true,
symbol: 'none',
sampling: 'lttb',
sampling: 'average',
itemStyle: {
color: '#FFCC00'
},
@@ -740,7 +740,7 @@ export default {
type: 'line',
smooth: true,
symbol: 'none',
sampling: 'lttb',
sampling: 'average',
itemStyle: {
color: '#009900'
},
@@ -751,7 +751,7 @@ export default {
type: 'line',
smooth: true,
symbol: 'none',
sampling: 'lttb',
sampling: 'average',
itemStyle: {
color: '#CC0000'
},
@@ -1083,7 +1083,7 @@ export default {
type: 'line',
smooth: true,
symbol: 'none',
sampling: 'lttb',
sampling: 'average',
itemStyle: {
color: '#FFCC00'
},
@@ -1094,7 +1094,7 @@ export default {
type: 'line',
smooth: true,
symbol: 'none',
sampling: 'lttb',
sampling: 'average',
itemStyle: {
color: '#009900'
},
@@ -1105,7 +1105,7 @@ export default {
type: 'line',
smooth: true,
symbol: 'none',
sampling: 'lttb',
sampling: 'average',
itemStyle: {
color: '#CC0000'
},