|
|
@ -30,6 +30,32 @@ const routes = [ |
|
|
|
title: "标准定义", |
|
|
|
component: () => import("@/views/system/standard"), |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: "el-icon-document", |
|
|
|
path: "/system/printer", |
|
|
|
title: "打印管理", |
|
|
|
component: () => import("@/views/system/printer"), |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
icon: "el-icon-document", |
|
|
|
path: "/system/printer/printertab", |
|
|
|
title: "打印机定义", |
|
|
|
component: () => import("@/views/system/printer/printertab"), |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: "el-icon-document", |
|
|
|
path: "/system/printer/printheadtab", |
|
|
|
title: "打印记录", |
|
|
|
component: () => import("@/views/system/printer/printheadtab"), |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: "el-icon-document", |
|
|
|
path: "/system/printer/printerTemplate", |
|
|
|
title: "打印模板", |
|
|
|
component: () => import("@/views/system/printer/printerTemplate"), |
|
|
|
}, |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
} |
|
|
|
]; |
|
|
|