Commit e44bf60c by gao_yingdong

功能效能评估

parent 694d845a
......@@ -33,4 +33,9 @@ export const insertTbYwWjpjwszx = params =>
// 221.3.3 微决评价查看详情
export const pageTbYwWjpjckxq = params =>
post(`${base.alyIP}/wjpjwszx/pageTbYwGrwjpj`, params);
\ No newline at end of file
post(`${base.alyIP}/wjpjwszx/pageTbYwGrwjpj`, params);
// 21.4.3 功能运行分析
export const getGnyxFxjg = params =>
post(`${base.alyIP}/gnXnpg/getGnyxFxjg`, params);
\ No newline at end of file
......@@ -437,6 +437,7 @@
pageBs != 'addBshgj' &&
pageBs != 'addRyhd' &&
pageBs != 'addRysc' &&
pageBs != 'queryGnxnpg' &&
pageBs != 'addRyyp' &&
pageBs != 'addThjl' &&
pageBs != 'addGlbsh' &&
......@@ -1187,6 +1188,7 @@
pageBs == 'queryXczw' ||
pageBs == 'queryDnabz' ||
pageBs == 'queryFzth' ||
pageBs == 'queryGnxnpg' ||
pageBs == 'queryXcystrCase' ||
pageBs == 'queryXcystrPeople' ||
pageBs == 'queryXcrx' ||
......
......@@ -24,6 +24,7 @@ import ajxscxbdRoutes from "./modules/ajxscxbd";
import bjzycxRoutes from "./modules/bjzycx";
import hbyprwRoutes from "./modules/hbyprw";
import ywgzxnpgRoutes from "./modules/ywgzxnpg";
import gnxnpgRoutes from "./modules/gnxnpg";
import hxgcRoutes from "./modules/hxgc";
import grxnpgRoutes from "./modules/grxnpg";
import dwxnpgRoutes from "./modules/dwxnpg";
......@@ -76,6 +77,7 @@ const mainRouters = [
hxgcRoutes,
kyxsRoutes,
bbkwtxxRoutes,
gnxnpgRoutes,
zdxsxxRoutes,
zdryRoutes,
rlqbxsRoutes,
......
import menuLayout from "@/layout/menuLayout.vue";
const menuLayouts = [
{
path: "/queryGnxnpg",
name: "queryGnxnpg",
meta: {
title: '功能效能评估',
auth: '5'
},
component: () => import("@/views/sf/queryGnxnpg.vue")
},
];
export default {
path: "/right",
component: menuLayout,
children: [...menuLayouts]
};
\ No newline at end of file
......@@ -494,11 +494,19 @@ const menuLayouts = [
path: "/djgz",
name: "djgz",
meta: {
title: '登记工作线索新增'
title: '登记工作线索'
},
component: () => import("@/views/xshb/xshb/gzjlxz/djgz.vue")
},
{
path: "/djgzs",
name: "djgzs",
meta: {
title: '有组织犯罪线索管理'
},
component: () => import("@/views/xshb/xshb/gzjlxz/djgzs.vue")
},
{
path: "/xsxxbc",
name: "xsxxbc",
meta: {
......
......@@ -21,7 +21,7 @@ const menuLayouts = [
path: "/queryXshba",
name: "queryXshba",
meta: {
title: '线索核办'
title: '有组织犯罪线索管理'
},
component: () => import("@/views/xshb/queryXshb/queryXshba.vue")
},
......
......@@ -4,7 +4,7 @@ const menuLayouts = [
path: "/queryThxs",
name: "queryThxs",
meta: {
title: '团伙线索信息管理'
title: '有组织犯罪线索研判'
},
component: () => import("@/views/yzzfzxsyp/thxs/queryThxs.vue")
},
......
......@@ -178,9 +178,9 @@ export default {
Menu: [
// zylx:"asj",
{
id: "queryXshb",
label: "线索信息汇集整合",
index: "queryXshb",
id: "queryXshba",
label: "有组织犯罪线索管理",
index: "queryXshba",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
......@@ -203,12 +203,12 @@ export default {
methods: {
add() {
this.$router.pushToTab({
path: "/djgz",
path: "/djgzs",
});
},
toInfor(scope) {
this.$router.pushToTab({
path: "/djgz",
path: "/djgzs",
query: {
xsbh: scope.row.xsbh,
},
......
......@@ -381,7 +381,7 @@ export default {
created() {
if (this.$route.query.xsbh) {
this.getTqHxFksj();
this.headerTitle = "登记工作修改"
this.headerTitle = "登记工作修改";
}
},
methods: {
......
......@@ -132,7 +132,7 @@ export default {
Menu: [
{
id: "queryThxs",
label: "团伙线索管理",
label: "有组织犯罪线索研判",
index: "queryThxs",
auth: "M0101",
className: "iconfont iconrizhi",
......
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