分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-06-26 3e1567003f6d51aa810252238235c448fa5bf0ab
´úÂë¹ÜÀí/´óÆÁ/src/views/centerRight4.vue
@@ -46,12 +46,12 @@
      this.GetLocationData();
      setInterval(() => {
        this.GetLocationData()
      },1000)
      },5000)
    },
    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,200],
            columnWidth: [50,130,100,60,270],
            align: ['center'],
          }
      }).catch((x)=>{