From 2169195fa828a54680daed6a23784402c135284b Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 27 三月 2025 15:28:11 +0800
Subject: [PATCH] 报工管理页面完善、大屏显示翻译文件补充

---
 UI-Project/src/views/hollow/hellowquiphistory.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/hollow/hellowquiphistory.vue b/UI-Project/src/views/hollow/hellowquiphistory.vue
index 644efb1..a5c673e 100644
--- a/UI-Project/src/views/hollow/hellowquiphistory.vue
+++ b/UI-Project/src/views/hollow/hellowquiphistory.vue
@@ -658,7 +658,7 @@
 }  
 function getStatusTexta(isForce: number) {
 switch (isForce) {
-  case 0:  
+  case 0:
     return t('hellow.noisForceList');
   case 1:  
   return t('hellow.yesisForceList');

--
Gitblit v1.8.0