From 72eaa4ad5daf6184a5fa989df09caeb607eac80e Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期六, 02 十一月 2024 12:47:29 +0800 Subject: [PATCH] 禁止一键排版 --- web/src/views/modules/taskReliability/SimulatCurve.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/modules/taskReliability/SimulatCurve.vue b/web/src/views/modules/taskReliability/SimulatCurve.vue index 063cc18..835cab1 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, @@ -94,7 +94,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