Commit d0d3daab by xue_wengang

Merge branch 'dev_xzeq' of http://39.99.224.27:9022/changchao/founder_vue into dev_xzeq

parents 585c25f8 2a414a82
......@@ -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
}
],
},
......
......@@ -59,7 +59,7 @@ export default {
// editorText: '直接初始化值', // 双向同步的变量
editorTextCopy: "", // content-change 事件回掉改变的对象
header: "模板维护",
// header: "模板维护",
Menu: [
{
id: "addMbxx",
......@@ -70,33 +70,33 @@ 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: {},
......
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