From bb929bd0809eefc1108dd779846ff07d997f7ef0 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期五, 19 七月 2024 09:25:14 +0800
Subject: [PATCH] 反馈MES工单完成

---
 代码管理/大屏/src/views/centerRight4.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 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 b3e3510..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,12 +46,12 @@
       this.GetLocationData();
       setInterval(() => {
         this.GetLocationData()
-      },1000)
+      },36000)
     },
     GetLocationData(){
       var _this=this;
       this.data = [];
-      axios.post("http://localhost:8099/api/Readplc/Workinfo_information").then((x)=>{
+      axios.post("http://192.168.12.101:8099/api/Readplc/Workinfo_information").then((x)=>{
         let GetAGVTaskData = []
           x.data.forEach(element => {
             let data = [
@@ -68,7 +68,7 @@
             oddRowBGC: '#0f1325', //濂囨暟琛�
             evenRowBGC: '#171c33', //鍋舵暟琛�
             index: true,
-            columnWidth: [50,130,100,60,270],
+            columnWidth: [50,130,100,60,460],
             align: ['center'],
           }
       }).catch((x)=>{
@@ -81,7 +81,7 @@
 
 <style lang="scss" scoped>
 $box-height: 520px;
-$box-width: 630px;
+$box-width: 850px;
 #centerRight1 {
   padding: 10px;
   padding-top: 20px;

--
Gitblit v1.9.3