#
whycq
2024-04-06 9dba76a130bf214aa540c8c5ffbd781590afe4f1
pages/home/menuHome.vue
@@ -26,20 +26,41 @@
            project: 'tzsk',
            elements2: [
               {
                  title: 'AGV管理',
                  name: 'AGVManage',
                  title: '站点查询维护',
                  name: 'stationManage',
                  color: 'cyan',
                  // cuIcon: 'pullup',
                  url: `/home/agvManage`
                  url: `/phyz/stationManage/stationManage`
               },
               {
                  title: '四项库管理',
                  name: 'FourWayManage',
                  color: 'blue',
                  title: '入出库管理',
                  name: 'inOutManage',
                  color: 'purple',
                  // cuIcon: 'pullup',
                  url: `/home/fourWayManage`
                  url: `/home/inOutManage`
               },
               {
                  title: '单据管理',
                  name: 'ordeManage',
                  color: 'mauve',
                  // cuIcon: 'pullup',
                  url: `/home/orderManage`
               },
               // {
               //    title: '工作档管理',
               //    name: 'ordeManage',
               //    color: 'brown',
               //    // cuIcon: 'pullup',
               //    url: `/home/wrkMastManage`
               // },
               // {
               //    title: '测试',
               //    name: 'testView',
               //    color: 'blue',
               //    // cuIcon: 'pullup',
               //    url: `/home/testView`
               // },
               /* {
                  title: '平仓管理',
                  name: 'basicStore',
                  color: 'mauve',
@@ -52,7 +73,7 @@
                  color: 'brown',
                  // cuIcon: 'pullup',
                  url: '/home/other'
               },
               }, */
               {
                  title: '退出登录',
                  name: 'logOut',