#
whycq
2023-06-19 f5fc0bf079ab1c1dd2f824eb11d3faa0ef0b47dd
Monitor-APP/pages/home/home.vue
@@ -218,11 +218,11 @@
                     <view class="text-content">
                        <!-- head -->
                        <view class="swiper-head">
                           <view>目标站:{{infoText.staNo}}</view>
                           <view>商品编号</view>
                           <view>商品名称</view>
                           <view>规格</view>
                           <view>数量</view>
                           <view style="width: 20%;">目标站:{{infoText.staNo}}</view>
                           <view style="width: 30%;">商品编号</view>
                           <view style="width: 20%;">商品名称</view>
                           <view style="width: 20%;">规格</view>
                           <view style="width: 10%;">数量</view>
                        </view>
                        <!-- body -->
                        <view class="swiper-body">
@@ -234,11 +234,11 @@
                           display-multiple-items="8"
                           circular="true" :autoplay="true" :interval="3000" :duration="1000">
                              <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                 <view>No:{{i+1}}</view>
                                 <view>{{item.matNo}}</view>
                                 <view>{{item.maknx}}</view>
                                 <view>{{item.specs}}</view>
                                 <view>{{item.count}}</view>
                                 <view style="width: 20%;">No:{{i+1}}</view>
                                 <view style="width: 30%;">{{item.matNo}}</view>
                                 <view style="width: 20%;">{{item.maknx}}</view>
                                 <view style="width: 20%;">{{item.specs}}</view>
                                 <view style="width: 10%;">{{item.count}}</view>
                              </swiper-item>
                           </swiper>
                        </view>