| | |
| | | name: '设备管理', |
| | | icon: '/static/menu/menu1.png', |
| | | path: 'pages/equ/equ-list', |
| | | } |
| | | }, |
| | | { |
| | | id: 2, |
| | | name: '工具管理', |
| | | icon: '/static/menu/menu1.png', |
| | | path: 'pages/fixture/fixture-list', |
| | | }, |
| | | ]) |
| | | |
| | | const inspectMenu = reactive([ |
| | |
| | | { |
| | | id: 1, |
| | | name: '点检汇总', |
| | | icon: '/static/menu/menu2.png', |
| | | icon: '/static/menu/menu4.png', |
| | | path: 'pages/inspect/insp-st', |
| | | }, |
| | | { |
| | | id: 2, |
| | | name: '保养汇总', |
| | | icon: '/static/menu/menu1.png', |
| | | icon: '/static/menu/menu3.png', |
| | | path: 'pages/maint/maint-st', |
| | | }, |
| | | { |
| | | id: 3, |
| | | name: '点检记录', |
| | | icon: '/static/menu/menu3.png', |
| | | path: 'pages/inspect/insp-record', |
| | | name: '设备报修', |
| | | icon: '/static/menu/menu1.png', |
| | | path: 'pages/repair/req-list', |
| | | }, |
| | | { |
| | | id: 4, |
| | | name: '点检计划', |
| | | icon: '/static/menu/menu4.png', |
| | | path: 'pages/inspect/insp-add', |
| | | name: '设备维修', |
| | | icon: '/static/menu/menu2.png', |
| | | path: 'pages/repair/res-list', |
| | | }, |
| | | ]) |
| | | |
| | |
| | | height: 72rpx; |
| | | margin-left: 4rpx; |
| | | } |
| | | :deep(.wd-grid-item__content){ |
| | | align-items: center; |
| | | } |
| | | </style> |