基础信息读取错误,未修改完成
This commit is contained in:
@ -19,7 +19,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
]
|
||||
},
|
||||
|
||||
// 2. 基础物料 (对应 views/material/list.vue)
|
||||
// 2. 基础信息 (对应 views/material/list.vue)
|
||||
{
|
||||
path: '/material',
|
||||
component: Layout,
|
||||
@ -28,9 +28,9 @@ const routes: Array<RouteRecordRaw> = [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'MaterialBase',
|
||||
// 基础物料列表
|
||||
// 基础信息列表
|
||||
component: () => import('@/views/material/list.vue'),
|
||||
meta: { title: '基础物料', icon: 'Box' }
|
||||
meta: { title: '基础信息', icon: 'Box' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user