Commit 86fbe47f by 王昆

gsb

parent fa88f61a
......@@ -1355,7 +1355,27 @@ module.exports = {
},
],
},
{
"code": "sycpzx",
"isleft":true,
"label": "商业产品中心",
"icon":"el-icon-menu",
"isSubmenu": true,
"children": [
{
"code": "sycpzx_bpo", "isGroup": true,"icon":"fa fa-bars", "label": "BPO管理", "children": [
{
"code": "bpodepartmentstat",
"label": "发薪业绩",
"isMenu": true,
"bizCode": "bpodepartmentstat",
"bizConfig": null,
"path": ""
},
],
},
],
},
{
"code": "toolCenter",
"label": "H5",
......@@ -1635,7 +1655,7 @@ module.exports = {
"enttemplatemy": {"title": "模板管理", "config": null, "path": "/enttemplatemy", "comname": "enttemplatemy"},
"entcontractmy": {"title": "签约管理", "config": null, "path": "/entcontractmy", "comname": "entcontractmy"},
// "dkcompanyadmin": {"title": "企业管理", "config": null, "path": "/dkcompanyadmin", "comname": "dkcompanyadmin"},
"bpodepartmentstat": {"title": "发薪业绩", "config": null, "path": "/bpodepartmentstat", "comname": "bpodepartmentstat"},
},
"pauths": [
"add", "edit", "delete", "export", "show"
......
module.exports={
"bizName":"bpodepartmentstat",
"list":{
columnMetaData:[
]
},
"form":[
],
"search":[
],
"auth":{
"add":[
],
"edit":[
],
"delete":[
// {"icon":"el-icon-remove","title":"删除","type":"default","key":"delete","isInRow":true},
],
"common":[
],
}
}
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