基础信息读取错误,未修改完成

This commit is contained in:
dxc
2026-01-28 08:54:11 +08:00
parent 9a04f65eb7
commit 7a4ea8acfb
11 changed files with 624 additions and 264 deletions

View File

@ -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' }
}
]
},