Commit b0f93eb1 by gao_yingdong

效能评估分

parent 373757f1
import { post, postform, postdown } from "@/utils/http.js";
import base from "@/api/base";
// 查询刑嫌对象数量及质量
export const tjsl = params =>
postform(`${base.alyIP}/xxtkgzxnpg/tjsl`, params);
// 查询刑嫌对象管控线索发现情况
export const tjxs = params =>
postform(`${base.alyIP}/xxtkgzxnpg/tjxs`, params);
// 查询刑嫌对象管控情况
export const tjsx = params =>
postform(`${base.alyIP}/xxtkgzxnpg/tjsx`, params);
\ No newline at end of file
......@@ -17,7 +17,14 @@ const menuLayouts = [
},
component: () => import("@/views/xnpg/xnpgtj/queryPgtj.vue")
},
{
path: "/xxtkgzxnpg",
name: "xxtkgzxnpg",
meta: {
title: '刑嫌调控工作效能评估'
},
component: () => import("@/views/xnpg/xxtkgzxnpg/xxtkgzxnpg.vue")
},
];
export default {
......
......@@ -180,15 +180,7 @@ export default {
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryPgtj",
label: "案件侦查工作效能评估统计",
index: "queryPgtj",
auth: "M0102",
className: "iconfont icongongnengfuwu",
disabled: false,
},
}
],
leftMenus: [
//左侧导航(模块第一个页面需要)
......@@ -216,6 +208,14 @@ export default {
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "xxtkgzxnpg",
label: "刑嫌调控工作效能评估",
index: "xxtkgzxnpg",
auth: "M0103",
className: "iconfont icongongnengfuwu",
disabled: false,
},
],
},
],
......
......@@ -171,10 +171,21 @@ export default {
},
],
cxUrl: "/ywgz/getAsjXxList", //列表查询接口
Menu: [
//头部导航(模块第一个页面需要)
{
id: "queryPgtj",
label: "案件侦查工作效能评估统计",
index: "queryPgtj",
auth: "M0101",
className: "iconfont icongongnengfuwu",
disabled: false,
},
],
};
},
created() {
// this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_LeftMenu", this.leftMenus);
// this.$store.commit("user/SET_Header", this.header);
},
......
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