From 08c25e06679a6f29209f6dd29ac71c6e3b954cc9 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 14 十一月 2024 16:38:34 +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