Commit 2a414a82 by hd

fix: 模板信息菜单移到侦查

parent 6271b2e6
......@@ -589,6 +589,30 @@ export default {
index: "queryZdcs",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "addMbxx",
label: "模板信息登记",
newAuth: "M01",
index: "addMbxx",
className: "iconfont icongongnengfuwu",
hasChildren: false
},
{
id: "queryMbxx",
label: "模板信息维护",
newAuth: "M02",
index: "queryMbxx",
className: "iconfont icongongnengfuwu",
hasChildren: false
},
{
id: "pendMbxx",
label: "待我审批",
newAuth: "M03",
index: "pendMbxx",
className: "iconfont icongongnengfuwu",
hasChildren: false
}
],
},
......
......@@ -60,7 +60,7 @@ export default {
// editorText: '直接初始化值', // 双向同步的变量
editorTextCopy: "", // content-change 事件回掉改变的对象
header: "模板维护",
// header: "模板维护",
Menu: [
{
id: "addMbxx",
......@@ -71,41 +71,41 @@ export default {
disabled: false
}
],
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "addMbxx",
label: "模板信息登记",
newAuth: "M01",
index: "addMbxx",
className: "iconfont icongongnengfuwu",
hasChildren: false
},
{
id: "queryMbxx",
label: "模板信息维护",
newAuth: "M02",
index: "queryMbxx",
className: "iconfont icongongnengfuwu",
hasChildren: false
},
{
id: "pendMbxx",
label: "待我审批",
newAuth: "M03",
index: "pendMbxx",
className: "iconfont icongongnengfuwu",
hasChildren: false
}
]
// leftMenus: [
// //左侧导航(模块第一个页面需要)
// {
// id: "addMbxx",
// label: "模板信息登记",
// newAuth: "M01",
// index: "addMbxx",
// className: "iconfont icongongnengfuwu",
// hasChildren: false
// },
// {
// id: "queryMbxx",
// label: "模板信息维护",
// newAuth: "M02",
// index: "queryMbxx",
// className: "iconfont icongongnengfuwu",
// hasChildren: false
// },
// {
// id: "pendMbxx",
// label: "待我审批",
// newAuth: "M03",
// index: "pendMbxx",
// className: "iconfont icongongnengfuwu",
// hasChildren: false
// }
// ]
};
},
computed: {},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
debugger;
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);
},
watch: {
$route: {
......
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