#
whycq
2022-06-20 d57f0f17e7daed9a14cee89a4a38154aed9f6e74
pages/index/index.vue
@@ -23,40 +23,17 @@
      data() {
         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: 'grey',
                  color: 'blue',
                  cuIcon: 'copy'
               },
               {
                  title: '订单组托',
                  name: 'order',
                  color: 'grey',
                  color: 'blue',
                  cuIcon: 'goods'
               },
               {
@@ -65,12 +42,7 @@
                  color: 'grey',
                  cuIcon: 'exit'
               },
               {
                  title: 'demo',
                  name: 'demo',
                  color: 'grey',
                  cuIcon: 'exit'
               }]
               ]
         }
      },
      onLoad() {