修改技术监督按钮重复点击问题
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user