#
whycq
2022-08-13 174d44ef6c2ca7c9b30e1421ef9a8431a439b8c3
pages/index/index.vue
@@ -24,53 +24,53 @@
         return {
            elements:[
               {
                  title: '下线打包',
                  name: 'offline',
                  title: '测试',
                  name: 'test',
                  color: 'blue',
                  cuIcon: 'forward'
               },
               {
                  title: '委外入库',
                  name: 'outPakin',
                  color: 'blue',
                  cuIcon: 'copy'
               },
               {
                  title: '出库确认',
                  name: 'checkout',
                  color: 'blue',
                  cuIcon: 'edit'
               },
               {
                  title: '残次品',
                  name: 'bad',
                  color: 'blue',
                  cuIcon: 'delete'
               },
               {
                  title: '库位盘点',
                  name: 'stockCheck',
                  color: 'blue',
                  cuIcon: 'safe'
               },
               {
                  title: '组托入库',
                  name: 'pakin',
                  color: 'grey',
                  cuIcon: 'copy'
               },
               {
                  title: '订单组托',
                  name: 'order',
                  color: 'grey',
                  cuIcon: 'goods'
               },
               {
                  title: '退出登录',
                  name: 'logOut',
                  color: 'grey',
                  cuIcon: 'exit'
               },
               // {
               //    title: '委外入库',
               //    name: 'outPakin',
               //    color: 'blue',
               //    cuIcon: 'copy'
               // },
               // {
               //    title: '出库确认',
               //    name: 'checkout',
               //    color: 'blue',
               //    cuIcon: 'edit'
               // },
               // {
               //    title: '残次品',
               //    name: 'bad',
               //    color: 'blue',
               //    cuIcon: 'delete'
               // },
               // {
               //    title: '库位盘点',
               //    name: 'stockCheck',
               //    color: 'blue',
               //    cuIcon: 'safe'
               // },
               // {
               //    title: '组托入库',
               //    name: 'pakin',
               //    color: 'grey',
               //    cuIcon: 'copy'
               // },
               // {
               //    title: '订单组托',
               //    name: 'order',
               //    color: 'grey',
               //    cuIcon: 'goods'
               // },
               // {
               //    title: '退出登录',
               //    name: 'logOut',
               //    color: 'grey',
               //    cuIcon: 'exit'
               // },
               
               ]
         }