From f63be6a1bd357877eef3bacf0cc003865c834f75 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 14 十月 2024 14:28:42 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/home/home.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 3a7c324..d59e4c0 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -236,9 +236,9 @@
 										<swiper-item class="swiper-item" v-for="(item,i) in info.matDtos" :key="i"
 											:style="item.color">
 											<view style="flex: 2;word-break: break-all;">
-												{{item.matNo ? item.matNo : '--'}}
+												{{item.matnr ? item.matnr : '--'}}
 											</view>
-											<view style="flex: 2;">{{item.matNo}}</view>
+											<view style="flex: 2;">{{item.name}}</view>
 											<view style="flex: 2;">{{item.maknx}}</view>
 											<view style="flex: 1;">{{item.count}}</view>
 											<view style="flex: 1;">{{item.total}}</view>
@@ -554,12 +554,12 @@
 				this.getServerData()
 				this.getDate2()
 				this.getUrl()
-				this.getInfo()
-				this.getError()
+				// this.getInfo()
+				// this.getError()
 				// this.getCarInfo()
 				// this.getCarInfoTest()
-				// this.getInfo2()
-				// this.getError2()
+				this.getInfo2()
+				this.getError2()
 				this.controller()
 			}, 1000)
 

--
Gitblit v1.9.1