From f23e0326aa05a1c5b47d4aec4c06e73d0d86b8e7 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 29 七月 2025 17:43:15 +0800
Subject: [PATCH] 代码提交

---
 项目代码/WCS/WIDESEAWCS_Client/src/views/Home.vue |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Home.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Home.vue"
index 97224e3..0ad79c8 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Home.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Home.vue"
@@ -1,4 +1,7 @@
 <template>
+	<div>
+		111
+	</div>
 	<div class="title">
 		<el-row :gutter="20" style="height:100%">
 			<el-col :span="8">
@@ -600,36 +603,36 @@
 			return Object.values(groups);
 		},
 		updateRGVOne(){
-        if(this.RGV01.Automatic&&!this.RGV01.Fault&&!this.RGV01.Running){
+        if(this.RGV01.Automatic=="鑱旀満妯″紡"&&this.RGV01.Fault!="鏁呴殰"&&this.RGV01.Running=="寰呮満"){
           return 'dot-Automatic ';
         }
-        else if(!this.RGV01.Fault&&this.RGV01.Running){
+        else if(this.RGV01.Automatic=="鑱旀満妯″紡"&&this.RGV01.Fault!="鏁呴殰"&&this.RGV01.Running=="杩愯涓�"){
           return 'dot-Running ';
-        }else if(this.RGV01.Fault){
+        }else if(this.RGV01.Fault=="鏁呴殰"){
           return 'dot-Fault ';
         }else{
           return 'dot-Fault ';
         }
 		},
 		updateRGVTwo(){
-        if(this.RGV02.Automatic&&!this.RGV02.Fault&&!this.RGV02.Running){
+			if(this.RGV02.Automatic=="鑱旀満妯″紡"&&this.RGV02.Fault!="鏁呴殰"&&this.RGV02.Running=="寰呮満"){
           return 'dot-Automatic ';
         }
-        else if(!this.RGV02.Fault&&this.RGV02.Running){
+        else if(this.RGV02.Automatic=="鑱旀満妯″紡"&&this.RGV01.Fault!="鏁呴殰"&&this.RGV02.Running=="杩愯涓�"){
           return 'dot-Running ';
-        }else if(this.RGV02.Fault){
+        }else if(this.RGV02.Fault=="鏁呴殰"){
           return 'dot-Fault ';
         }else{
           return 'dot-Fault ';
         }
 		},
 		updateRGV03(){
-        if(this.RGV03.Automatic&&!this.RGV03.Fault&&!this.RGV03.Running){
+			if(this.RGV03.Automatic=="鑱旀満妯″紡"&&this.RGV03.Fault!="鏁呴殰"&&this.RGV03.Running=="寰呮満"){
           return 'dot-Automatic ';
         }
-        else if(!this.RGV03.Fault&&this.RGV03.Running){
+        else if(this.RGV03.Automatic=="鑱旀満妯″紡"&&this.RGV03.Fault!="鏁呴殰"&&this.RGV03.Running=="杩愯涓�"){
           return 'dot-Running ';
-        }else if(this.RGV03.Fault){
+        }else if(this.RGV03.Fault=="鏁呴殰"){
           return 'dot-Fault ';
         }else{
           return 'dot-Fault ';

--
Gitblit v1.9.3