From 7a4c218909936721fe281737491d10efc7378e09 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 19 七月 2024 17:53:30 +0800
Subject: [PATCH] 优化工单信息页面

---
 代码管理/大屏/src/views/centerRight4.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue"
index 4fafef7..071f71f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue"
@@ -46,7 +46,7 @@
       this.GetLocationData();
       setInterval(() => {
         this.GetLocationData()
-      },100)
+      },36000)
     },
     GetLocationData(){
       var _this=this;
@@ -68,7 +68,7 @@
             oddRowBGC: '#0f1325', //濂囨暟琛�
             evenRowBGC: '#171c33', //鍋舵暟琛�
             index: true,
-            columnWidth: [50,130,100,60,960],
+            columnWidth: [50,130,100,60,460],
             align: ['center'],
           }
       }).catch((x)=>{

--
Gitblit v1.9.3