#
Junjie
2024-08-15 133ae1f06387f5ba7ce01e9b5e575b0e091e6911
Monitor-APP/pages/home/home.vue
@@ -231,15 +231,16 @@
                           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: 30%;">{{i+1}} / {{swiperList.length}}</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: 30%;">客户: {{item.manu}}</view>
                                 <view style="width: 30%;">名称: {{item.maknx}}</view>
                                 <view style="width: 20%;">所属: {{item.owner}}</view>
                                 <view style="width: 20%;">品号: {{item.matnr}}</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: 30%;">单据号: {{item.orderNo}}</view>
                                 
                                 
                              </swiper-item>