Commit b29835f5 by zhangzhijie

业务审计统计报表-单位登录

parent 6fe5607a
...@@ -299,6 +299,14 @@ export default [ ...@@ -299,6 +299,14 @@ export default [
} }
}, },
{ {
path: "ywsjTjbb",
name: "ywsjTjbb",
component: () => import("@/views/rzcx/ywsjTjbb.vue"),
meta: {
title: "业务审计"
}
},
{
path: "gnfwtjIndex", path: "gnfwtjIndex",
name: "gnfwtjIndex", name: "gnfwtjIndex",
component: () => import("@/views/rzcx/gnfwtj.vue"), component: () => import("@/views/rzcx/gnfwtj.vue"),
......
...@@ -7796,6 +7796,11 @@ let rzcxPropLeftMenu2 = [ ...@@ -7796,6 +7796,11 @@ let rzcxPropLeftMenu2 = [
id: 'ldfwrzIndex', id: 'ldfwrzIndex',
label: '刑专使用情况', label: '刑专使用情况',
index: '1-4', index: '1-4',
},
{
id: 'ywsjTjbb',
label: '统计报表',
index: '1-5',
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment