From 8f36a203bbee6c74c6531331a7cf00572120bfab Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期日, 27 四月 2025 17:28:59 +0800 Subject: [PATCH] fix:修改配置 --- src/views/screen/temperature/statics/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/screen/temperature/statics/index.vue b/src/views/screen/temperature/statics/index.vue index e2a2350..491e1fc 100644 --- a/src/views/screen/temperature/statics/index.vue +++ b/src/views/screen/temperature/statics/index.vue @@ -126,7 +126,7 @@ }, yAxis: { type: 'value', - name: 'm', + name: '次', nameTextStyle: { color: '#fff', fontSize: '1.2rem' @@ -308,7 +308,7 @@ placeholder="请选择时间" @change="(value) => getTime(value, warn.type, 'warn')" /> - <div>电站平均水位汇总</div> + <div>电站报警次数汇总</div> </div> </div> </div> -- Gitblit v1.9.3