#
whycq
2022-06-01 3e8a5b441c1091bea87901360f3e7797a176b68c
pages/index/index.vue
@@ -24,21 +24,51 @@
         return {
            elements:[
               {
                  title: '下线打包',
                  name: 'offline',
                  color: 'blue',
                  cuIcon: 'forward'
               },
               {
                  title: '委外入库',
                  name: 'outPakin',
                  color: 'blue',
                  cuIcon: 'copy'
               },
               {
                  title: '出库确认',
                  name: 'checkout',
                  color: 'blue',
                  cuIcon: 'edit'
               },
               {
                  title: '库位盘点',
                  name: 'stockCheck',
                  color: 'blue',
                  cuIcon: 'safe'
               },
               {
                  title: '组托入库',
                  name: 'pakin',
                  color: 'blue',
                  cuIcon: 'goods'
                  color: 'grey',
                  cuIcon: 'copy'
               },
               {
                  title: '订单组托',
                  name: 'order',
                  color: 'blue',
                  color: 'grey',
                  cuIcon: 'goods'
               },
               {
                  title: '退出登录',
                  name: 'logOut',
                  color: 'blue',
                  color: 'grey',
                  cuIcon: 'exit'
               },
               {
                  title: 'demo',
                  name: 'demo',
                  color: 'grey',
                  cuIcon: 'exit'
               }]
         }