#
whycq
2024-09-29 d8a5af48e83a64903c63624b994d3aa2b4992e7e
pages/home/home.vue
@@ -4,7 +4,7 @@
         <view class="nav-list">
            <navigator hover-class='none' :url="'/pages' + item.url" class="nav-li" navigateTo
               :class="'bg-'+item.color" :style="[{animation: 'show ' + ((index+1)*0.2+1) + 's 1'}]"
               v-for="(item,index) in elements2" :key="index">
               v-for="(item,index) in elements" :key="index">
               <view class="nav-title">{{item.title}}</view>
               <view class="nav-name">{{item.name}}</view>
               <text :class="'cuIcon-' + item.cuIcon"></text>
@@ -46,6 +46,13 @@
                  url: '/order/orderPakin'
               },
               {
                  title: '销售单入库',
                  name: 'orderIn',
                  color: 'blue',
                  cuIcon: 'pullup',
                  url: '/order/orderIn'
               },
               {
                  title: 'Bom入库单',
                  name: 'orderBomPakin',
                  color: 'red',