liwei 3 years ago
parent
commit
a899bdffec
5 changed files with 29 additions and 0 deletions
  1. +26
    -0
      src/router/routers.js
  2. +3
    -0
      src/views/system/printer/index.vue
  3. +0
    -0
      src/views/system/printer/printerTemplate/index.vue
  4. +0
    -0
      src/views/system/printer/printertab/index.vue
  5. +0
    -0
      src/views/system/printer/printheadtab/index.vue

+ 26
- 0
src/router/routers.js View File

@ -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"),
},
]
}
],
}
];


+ 3
- 0
src/views/system/printer/index.vue View File

@ -0,0 +1,3 @@
<template>
<router-view />
</template>

+ 0
- 0
src/views/system/printer/printerTemplate/index.vue View File


+ 0
- 0
src/views/system/printer/printertab/index.vue View File


+ 0
- 0
src/views/system/printer/printheadtab/index.vue View File


Loading…
Cancel
Save