feat: 耗材分组

This commit is contained in:
duan
2025-02-27 18:07:41 +08:00
parent b140b6c662
commit d4b5164f79
10 changed files with 339 additions and 12 deletions

View File

@@ -542,6 +542,16 @@ export const constantRoutes: RouteRecordRaw[] = [
hidden: true
},
},
{
path: "classification",
component: () => import("@/views/inventory/classification.vue"),
name: "classification",
meta: {
title: "分类管理",
affix: false,
hidden: true
},
},
],
},
@@ -619,7 +629,7 @@ export const constantRoutes: RouteRecordRaw[] = [
{
path: "index",
component: () => import("@/views/mytemplate/index.vue"),
name: "orderIndex",
name: "mytemplate",
meta: {
title: "我的模板",
affix: false,