From d770ca905d659e50cb3efb7290043a35dd2ea379 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 08 一月 2025 11:52:37 +0800 Subject: [PATCH] 运行监控报表导出超时时间配置 --- src/views/screen/newPage/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/screen/newPage/index.vue b/src/views/screen/newPage/index.vue index 298f604..4e2d483 100644 --- a/src/views/screen/newPage/index.vue +++ b/src/views/screen/newPage/index.vue @@ -45,13 +45,13 @@ </div> </div> <div class="data-info"> - <div class="data-lable center">璁惧姝e父鏁�</div> + <div class="data-lable center">姝e父鏁�</div> <div class="data-num type2 center"> <span v-roll>{{ item.normalNum }}</span> </div> </div> <div class="data-info"> - <div class="data-lable center">璁惧寮傚父鏁�</div> + <div class="data-lable center">寮傚父鏁�</div> <div class="data-num type3 center"> <span v-roll>{{ item.errorNum }}</span> </div> -- Gitblit v1.8.0