From 64d0112375ccfb0aaad19f85a850fc05b92fc587 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期六, 12 十月 2024 10:45:38 +0800 Subject: [PATCH] # --- Monitor-APP/manifest.json | 4 ++-- Monitor-APP/pages/home/home.css | 2 +- Monitor-APP/pages/home/home.vue | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Monitor-APP/manifest.json b/Monitor-APP/manifest.json index 6c5100a..06dce00 100644 --- a/Monitor-APP/manifest.json +++ b/Monitor-APP/manifest.json @@ -2,8 +2,8 @@ "name" : "Monitor-APP", "appid" : "__UNI__CA903B7", "description" : "", - "versionName" : "1.0.1", - "versionCode" : "100", + "versionName" : "1.0.2", + "versionCode" : 103, "transformPx" : false, "networkTimeout" : { "request" : 30000 diff --git a/Monitor-APP/pages/home/home.css b/Monitor-APP/pages/home/home.css index 45b065a..165a4c3 100644 --- a/Monitor-APP/pages/home/home.css +++ b/Monitor-APP/pages/home/home.css @@ -1,7 +1,7 @@ .text-content { width: 100%; height: 100%; - font-size: 12px; + font-size: 2vw; /* background-color: aliceblue; */ } .swiper-head { diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index e4fcfec..dd57671 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -218,6 +218,7 @@ <view style="flex: 2;">鎵樼洏鐮侊細{{infoText.barcode}} <br /> 璁㈠崟鍙�</view> <view style="flex: 2;">鍟嗗搧缂栧彿</view> <view style="flex: 2;">鍟嗗搧鍚嶇О</view> + <view style="flex: 2;">鐗规畩璇存槑</view> <view style="flex: 1;">浣滀笟鏁伴噺</view> <view style="flex: 1;">鍓╀綑鏁伴噺</view> </view> @@ -236,6 +237,7 @@ </view> <view style="flex: 2;">{{item.matnr}}</view> <view style="flex: 2;">{{item.maknx}}</view> + <view style="flex: 2;">{{item.batch}}</view> <view style="flex: 1;">{{item.count}}</view> <view style="flex: 1;">{{item.total}}</view> </swiper-item> -- Gitblit v1.9.1