Commit 70c2cad7 authored by 高滢's avatar 高滢

使用

parent 063f7c4d
...@@ -16,7 +16,7 @@ export function listUseManagement(query) { ...@@ -16,7 +16,7 @@ export function listUseManagement(query) {
}) })
} }
// 查询使用列表分页 // 查询使用列表
export function listUseManagementAll(query) { export function listUseManagementAll(query) {
return request({ return request({
url: '/business/check/useListAll', url: '/business/check/useListAll',
...@@ -27,3 +27,4 @@ export function listUseManagementAll(query) { ...@@ -27,3 +27,4 @@ export function listUseManagementAll(query) {
// 导出 // 导出
...@@ -144,7 +144,7 @@ export const constantRoutes = [ ...@@ -144,7 +144,7 @@ export const constantRoutes = [
props: true, props: true,
component: () => import('@/views/equipment-management/use-management/use-details'), component: () => import('@/views/equipment-management/use-management/use-details'),
name: 'UseDetails', name: 'UseDetails',
meta: { title: '使用详情', icon: 'table', activeMenu: '/use-details' } meta: { title: '使用详情', icon: 'table' }
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment