From 090f7a6976398b5d82a2133f32ad9c9b502a26df Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期三, 04 十二月 2024 17:09:43 +0800 Subject: [PATCH] 修改:运行比不为1时,才给算法包传递cycon/cycdown参数。 --- web/src/views/modules/taskReliability/SimulatCurve.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/views/modules/taskReliability/SimulatCurve.vue b/web/src/views/modules/taskReliability/SimulatCurve.vue index 063cc18..7d7fadf 100644 --- a/web/src/views/modules/taskReliability/SimulatCurve.vue +++ b/web/src/views/modules/taskReliability/SimulatCurve.vue @@ -36,7 +36,7 @@ } this.option = { title: { - text: "mtbf:" + this.mtbf + " mttr:" + this.mttr + " msr:" + this.msr, + text: "mttf:" + this.mtbf + " mttr:" + this.mttr + " msr:" + this.msr, textStyle: { // 涓绘爣棰樻枃鏈牱寮弡"fontSize": 18,"fontWeight": "bolder","color": "#333"} fontFamily: 'Arial', fontSize: 30, @@ -68,6 +68,7 @@ }, series: [ { + symbol: "none", data: this.yDataList, type: 'line', smooth: true @@ -94,7 +95,7 @@ } this.option = { title: { - text: "mtbf:" + this.mtbf + " mttr:" + this.mttr + " msr:" + this.msr, + text: "mttf:" + this.mtbf + " mttr:" + this.mttr + " msr:" + this.msr, textStyle: { // 涓绘爣棰樻枃鏈牱寮弡"fontSize": 18,"fontWeight": "bolder","color": "#333"} fontFamily: 'Arial', fontSize: 30, -- Gitblit v1.9.1