From 29ea0fd5d04dbaac800f211e0ac7701de0a7f3f4 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 15 九月 2025 15:18:08 +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