Commit e1950aaa by gao_yingdong

有组织犯罪线索研判

parent b071736e
......@@ -407,7 +407,6 @@
pageBs != 'zcssjdc' &&
pageBs != 'zcssdy' &&
pageBs != 'queryShserhfx' &&
pageBs != 'queryXshb' &&
pageBs != 'queryQzlb' &&
pageBs != 'qyeryrlqbxsBJ' &&
pageBs != 'djajzb' &&
......
......@@ -7,14 +7,11 @@
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@add="add"
ref="rightContent"
>
<template #btnGroup="scope">
<span
class="hbyp"
@click="toInfor(scope.scope)"
>线索侦办</span
>
<template #btnGroup="scope">
<span class="hbyp" @click="toInfor(scope.scope)">线索侦办</span>
</template>
</right-content>
</div>
......@@ -189,33 +186,7 @@ export default {
disabled: false,
},
],
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryXshb",
label: "线索信息汇集整合",
newAuth: "M01",
index: "queryXshb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
// {
// id: "djgzxs",
// label: "线索核办",
// newAuth: "M01",
// index: "djgzxs",
// className: "iconfont icongongnengfuwu",
// hasChildren: false,
// },
{
id: "xsbk",
label: "线索布控",
index: "xsbk",
auth: "M01",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
selectArr: [],
revokeVisiable: false,
ckForm: {
......@@ -227,10 +198,15 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus);
this.$store.commit("user/SET_Header", this.header);
// this.$store.commit("user/SET_LeftMenu", this.leftMenus);
// this.$store.commit("user/SET_Header", this.header);
},
methods: {
add() {
this.$router.push({
path: "/djgz",
});
},
toInfor(scope) {
this.$router.push({
path: "/djgzxs",
......@@ -239,7 +215,6 @@ export default {
},
});
},
},
watch: {},
};
......
......@@ -156,7 +156,7 @@ export default {
},
],
leftMenus: [
{
{
id: "queryThxs",
label: "有组织犯罪线索研判",
newAuth: "M01",
......@@ -165,14 +165,14 @@ export default {
hasChildren: false,
},
{
id: "queryThxs",
id: "queryXshb",
label: "有组织犯罪线索管理",
newAuth: "M01",
index: "queryThxs",
index: "queryXshb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
{
id: "thxsTj",
label: "有组织犯罪线索工作统计",
newAuth: "M01",
......@@ -206,6 +206,14 @@ export default {
},
],
},
{
id: "xsbk",
label: "线索布控",
index: "xsbk",
auth: "M01",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
};
},
......
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