From d2112d88bb536f8e08eb3ce123a2b2230c4411f9 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期二, 15 十月 2024 14:08:31 +0800 Subject: [PATCH] 修改自动排版算法 --- web/src/views/modules/taskReliability/SchemeCompar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/src/views/modules/taskReliability/SchemeCompar.vue b/web/src/views/modules/taskReliability/SchemeCompar.vue index ca52f87..6504887 100644 --- a/web/src/views/modules/taskReliability/SchemeCompar.vue +++ b/web/src/views/modules/taskReliability/SchemeCompar.vue @@ -35,7 +35,7 @@ </el-table-column> <el-table-column prop="mtbf" - label="MTBF" + label="MTTF" width="100px" align="right"> <template slot-scope="scope"> -- Gitblit v1.9.1