From bef5c99167df50cce9761a2adc05ba679914dfa7 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 05 六月 2024 13:35:26 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 0cc7db0..253fffa 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -228,18 +228,18 @@ vertical 婊戝姩鏂瑰悜鏄惁涓虹旱鍚� display-multiple-items 鍚屾椂鏄剧ず鐨勬粦鍧楁暟閲� --> <swiper class="swiper-body-main" vertical="true" - display-multiple-items="3" + display-multiple-items="1" circular="true" :autoplay="true" :interval="3000" :duration="2000"> <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> - <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view> + <!-- <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view> --> <!-- <view style="width: 30%;">鏂欏彿: {{item.matnr}}</view> --> - <view style="width: 40%;">鍚嶇О: {{item.maknx}}</view> - <view style="width: 30%;">瀹㈡埛: {{item.manu}}</view> + <view style="width: 100%; font-size: 88rpx;">DI鍗曞彿: {{item.orderNo}}</view> + <view style="width: 100%; font-size: 88rpx;">鎹嗗寘鍙风爜: {{item.matnr}}</view> + <view style="width: 100%; font-size: 88rpx;">AS400: {{item.brand}}</view> - - <view style="width: 30%;">鍑哄簱: {{item.count}} / 鎬绘暟: {{item.total}}</view> - <view style="width: 40%;">瑙勬牸: {{item.specs}}</view> - <view style="width: 30%;">澶囨敞: {{item.memo}}</view> + <view style="width: 100%; font-size: 88rpx;">鏈虹鍙�: {{item.maknx}}</view> + <view style="width: 50%; font-size: 88rpx;">鍙版暟: {{item.number}}</view> + <view style="width: 50%; font-size: 88rpx;">鍑�閲�: {{item.weight}}KG</view> </swiper-item> @@ -391,7 +391,8 @@ swiperList: [], timeOut: false, times: 0, - currDate: '' + currDate: '', + } }, onShow() { -- Gitblit v1.9.1