Commit 06ad453a by 叶富雄

Merge remote-tracking branch 'origin/dev_xzeq' into dev_xzeq

parents 0162d7e7 a1204463
......@@ -44,16 +44,16 @@ export const doAnalyse = params =>
export const insertUserMessage = params =>
postform(`${base.alyIP}/rlqb/insertUserMessage`, params);
//学历统计
//学历统计(不要了)
export const getXstgzxlResult = params =>
postform(`${base.alyIP}/rlqb/getXstgzxlResult`, params);
//婚姻统计
//婚姻统计(不要了)
export const getXstgzResult = params =>
postform(`${base.alyIP}/rlqb/getXstgzResult`, params);
//机动车统计
//机动车统计(不要了)
export const getJdcwqResult = params =>
postform(`${base.alyIP}/rlqb/getJdcwqResult`, params);
//非机动车统计
//非机动车统计(不要了)
export const getFjdcwqResult = params =>
postform(`${base.alyIP}/rlqb/getFjdcwqResult`, params);
......@@ -61,9 +61,17 @@ export const getFjdcwqResult = params =>
export const getRlqbxslxResult = params =>
postform(`${base.alyIP}/rlqb/getRlqbxslxResult`, params);
//人力情报线索全省案件
//人力情报线索全省案件(省)
export const getAjListByS = params =>
postform(`${base.alyIP}/rlqb/getAjListByS`, params);
//人力情报线索全国案件
//人力情报线索全国案件(国)
export const getAjListByQg = params =>
postform(`${base.alyIP}/rlqb/getAjListByQg`, params);
\ No newline at end of file
postform(`${base.alyIP}/rlqb/getAjListByQg`, params);
//人力情报统计
export const getRlqbxxtj = params =>
postform(`${base.alyIP}/rlqb/getRlqbxxtj`, params);
//人力情报统计弹框
export const getAjTjtsg = params =>
postform(`${base.alyIP}/rlqb/getAjTjtsg`, params);
\ No newline at end of file
......@@ -66,6 +66,14 @@ const menuLayouts = [
},
component: () => import("@/views/rlqbxsxx/detailRlqbxs.vue")
},
{
path: "/rlqbtj",
name: "rlqbtj",
meta: {
title: '人力情报统计'
},
component: () => import("@/views/rlqbxsxx/rlqbtj.vue")
},
];
export default {
path: "/right",
......
......@@ -4,7 +4,7 @@ const menuLayouts = [
path: "/zdjycstj",
name: "zdjycstj",
meta: {
title: '阵地交易场所统计'
title: '阵地场所统计'
},
component: () => import("@/views/zdxx/zdjyhd/zdjycstj.vue")
},
......
......@@ -422,7 +422,7 @@ export default {
},
{
id: "zdjycstj",
label: "阵地交易场所统计",
label: "阵地场所统计",
index: "zdjycstj",
auth: "M0102",
className: "iconfont icongongnengfuwu",
......
......@@ -619,6 +619,14 @@ export default {
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "rlqbtj",
label: "人力情报统计",
index: "rlqbtj",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
},
{
......
......@@ -297,7 +297,7 @@ export default {
// },
// {
// id: "zdjycstj",
// label: "阵地交易场所统计",
// label: "阵地场所统计",
// index: "zdjycstj",
// newAuth: "M01",
// className: "iconfont icongongnengfuwu",
......
......@@ -167,7 +167,7 @@ export default {
// Menu: [
// {
// id: "zdjycstj",
// label: "阵地交易场所统计",
// label: "阵地场所统计",
// index: "zdjycstj",
// auth: "M0101",
// className: "iconfont iconrizhi",
......
......@@ -26,7 +26,7 @@ export default {
},
{
id: "zdjycstj",
label: "阵地交易场所统计",
label: "阵地场所统计",
index: "zdjycstj",
auth: "M0102",
className: "iconfont icongongnengfuwu",
......
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