Commit 0b2c137b by liupeng

修改了leftMenu

parent 99455a15
......@@ -484,7 +484,8 @@
pageBs == 'gnsyrz' ||
pageBs == 'jdcxsGl' ||
pageBs == 'hmxsGl' ||
pageBs == 'ryxsGl'
pageBs == 'ryxsGl' ||
pageBs == 'rwbd'
)
"
>
......@@ -540,7 +541,7 @@
>签收</span
>
<span
v-if="pageBs == 'rwbdjs'"
@click="addFeedBack(scope)"
class="edit"
style="margin-right: 16px"
......
......@@ -241,9 +241,52 @@ export default {
files: [],
},
file: "",
Menu: [
{
id: "queryRwbd",
label: "任务比对列表",
index: "queryRwbd",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
leftMenus: [ //左侧导航(模块第一个页面需要)
{
id: "queryRwbd",
label: "刑事技术比对",
newAuth: "M01",
index: "2",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryRwbd",
label: "我发起的人物列表",
index: "queryRwbd",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryRwbdjs",
label: "我接受的人物列表",
index: "queryRwbdjs",
auth: "M0102",
className: "iconfont icongongnengfuwu",
disabled: false,
},
],
},
],
};
},
created() {},
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);
},
methods: {
add() {
this.$router.push("addRwbd");
......
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