#
whycq
2023-04-27 8e793ad7973359bc44fb4e691bbf1008940f9af7
pages/home/home.vue
@@ -31,16 +31,30 @@
                  name: 'orderPakin',
                  color: 'blue',
                  cuIcon: 'list',
                  url: '/pakin/orderPakin'
                  url: '/order/orderPakin'
               },
               {
                  title: '打印',
                  name: 'print',
                  color: 'blue',
                  color: 'purple',
                  cuIcon: 'list',
                  url: '/print/print'
               },
               {
                  title: '订单上架',
                  name: 'print',
                  color: 'mauve',
                  cuIcon: 'list',
                  url: '/order/orderPutOn'
               },
               {
                  title: '订单下架',
                  name: 'print',
                  color: 'pink',
                  cuIcon: 'list',
                  url: '/order/orderPutDown'
               },
               {
                  title: '退出登录',
                  name: 'logOut',
                  color: 'grey',