From b94589ebdca549c458a67ac1df95fe802bc6d0fe Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 05 六月 2023 15:08:47 +0800 Subject: [PATCH] # --- Monitor-APP/pages/index/data.json | 18 ++++++++++++++++++ Monitor-APP/pages/home/home.css | 2 +- Monitor-APP/pages/home/home.vue | 6 +++--- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Monitor-APP/pages/home/home.css b/Monitor-APP/pages/home/home.css index c2d368c..e34c0e7 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: 50px; + font-size: 44px; /* background-color: aliceblue; */ } .swiper-head { diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 15ca418..6a7f3fa 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -233,15 +233,15 @@ display-multiple-items="3" circular="true" :autoplay="true" :interval="3000" :duration="2000"> <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> - <view style="width: 20%;">{{i+1}}\5</view> + <view style="width: 20%;">{{i+1}}\{{swiperList.length}}</view> <!-- <view style="width: 30%;">鏂欏彿: {{item.matnr}}</view> --> <view style="width: 40%;">鍚嶇О: {{item.maknx}}</view> - <view style="width: 40%;">瀹㈡埛: {{item.info}}</view> + <view style="width: 40%;">瀹㈡埛: {{item.manu}}</view> <view style="width: 20%;">鏁伴噺: {{item.count}}</view> <view style="width: 40%;">瑙勬牸: {{item.specs}}</view> - <view style="width: 40%;">澶囨敞: {{item.bz}}</view> + <view style="width: 40%;">澶囨敞: {{item.memo}}</view> </swiper-item> diff --git a/Monitor-APP/pages/index/data.json b/Monitor-APP/pages/index/data.json index b74b8d9..7394f42 100644 --- a/Monitor-APP/pages/index/data.json +++ b/Monitor-APP/pages/index/data.json @@ -54,6 +54,24 @@ "count": 40.0, "specs": "gcslxwt", "info": "娴欐睙涓壃", + "bz": "" + }, + { + "matnr": "LPJ.SLJ.XG.037", + "maknx": "宸ョ▼濉戞枡涓嬪集澶�", + "batch": null, + "count": 40.0, + "specs": "gcslxwt", + "info": "娴欐睙涓壃", + "bz": "" + }, + { + "matnr": "LPJ.SLJ.XG.037", + "maknx": "宸ョ▼濉戞枡涓嬪集澶�", + "batch": null, + "count": 40.0, + "specs": "gcslxwt", + "info": "娴欐睙涓壃", "bz": "17鍙锋" } ], -- Gitblit v1.9.1