diff --git a/supervise-enterprise-ui/src/layout/components/Sidebar/index.vue b/supervise-enterprise-ui/src/layout/components/Sidebar/index.vue index 974e264c..ca410092 100644 --- a/supervise-enterprise-ui/src/layout/components/Sidebar/index.vue +++ b/supervise-enterprise-ui/src/layout/components/Sidebar/index.vue @@ -93,6 +93,16 @@ }, name: "/khzxgysgl/index", path: "/khzxgysgl/index" + }, + { + alwaysShow: true, + component: "Yjsq", + meta: { + icon: "el-icon-menu", + title: "印鉴使用申请", + }, + name: "/Yjsq/index", + path: "/Yjsq/index" }, { alwaysShow: true, diff --git a/supervise-enterprise-ui/src/router/modules/codemenu.js b/supervise-enterprise-ui/src/router/modules/codemenu.js index e83ba18f..ca8328d6 100644 --- a/supervise-enterprise-ui/src/router/modules/codemenu.js +++ b/supervise-enterprise-ui/src/router/modules/codemenu.js @@ -14,6 +14,19 @@ const codemenu = [{ } }] }, { + path: '/Yjsq', + component: Layout, + redirect: '/Yjsq/index', + children: [{ + path: '/Yjsq/index', + component: () => import('@/views/Yjsq/index.vue'), + name: 'Yjsq', + meta: { + title: '印鉴使用申请', + noCache: true + } + }] +},{ path: '/kucuncgsq', component: Layout, redirect: '/khzxcgsq/index', diff --git a/supervise-enterprise-ui/src/views/Yjsq/AddYjsq.vue b/supervise-enterprise-ui/src/views/Yjsq/AddYjsq.vue new file mode 100644 index 00000000..9b059661 --- /dev/null +++ b/supervise-enterprise-ui/src/views/Yjsq/AddYjsq.vue @@ -0,0 +1,372 @@ + + + + + \ No newline at end of file diff --git a/supervise-enterprise-ui/src/views/Yjsq/index.vue b/supervise-enterprise-ui/src/views/Yjsq/index.vue new file mode 100644 index 00000000..1b79abcb --- /dev/null +++ b/supervise-enterprise-ui/src/views/Yjsq/index.vue @@ -0,0 +1,229 @@ + + + + + \ No newline at end of file