|
@@ -12,46 +12,16 @@ const permissionButtons = {
|
|
|
actions:{
|
|
|
getPermissionButtons({commit}){
|
|
|
return new Promise((resolve,reject)=>{
|
|
|
- departInterence.getRoleBtnAuth().then(res=>{
|
|
|
+ /* departInterence.getRoleBtnAuth().then(res=>{
|
|
|
const buttons = res.Data || []
|
|
|
commit('SET_PERMISSION_BUTTONS',buttons)
|
|
|
resolve('获取权限按钮成功')
|
|
|
- })
|
|
|
- /* const buttons = [
|
|
|
+ }) */
|
|
|
+ const buttons = [
|
|
|
{ButtonCode: "system:menu:add"},
|
|
|
- {ButtonCode: "system:user:add"},
|
|
|
- {ButtonCode:'reportManage:reportList:sendTime'},
|
|
|
- {ButtonCode:'reportManage:reportView'},
|
|
|
- {ButtonCode:'reportManage_reportView_copyWechat'},
|
|
|
- {ButtonCode:'enReport:reportView'},
|
|
|
- {ButtonCode:'enReport:reportView:wechatShare'},
|
|
|
- //{ButtonCode:'classifyList:enClassify'},
|
|
|
- {ButtonCode:'classifyList:cnClassify'},
|
|
|
- {ButtonCode:'classifyList:cnClassify:classifyAdd'},
|
|
|
- {ButtonCode:'authorManage:add'},
|
|
|
- {ButtonCode:'authorManage:cnReport'},
|
|
|
- {ButtonCode:'authorManage:enReport'},
|
|
|
- {ButtonCode:'authorManage:cnReport:edit'},
|
|
|
- //ppt test
|
|
|
- {ButtonCode:'ppt:show'},
|
|
|
- {ButtonCode:'pptEn:show'},
|
|
|
- //table test
|
|
|
- {ButtonCode:'etaTable:excel:download'},
|
|
|
- //sandbox test
|
|
|
- {ButtonCode:'sandbox:saveView'},
|
|
|
- //chartHandle test
|
|
|
- {ButtonCode:'statisticFeature:share'},
|
|
|
- //stockPlant:anlysisView
|
|
|
- {ButtonCode:'stockPlant:anlysisView'},
|
|
|
- //goodsPrice:incomeLine:refresh
|
|
|
- {ButtonCode:'goodsPrice:incomeLine:refresh'},
|
|
|
- //operaAuth test
|
|
|
- {ButtonCode:'operateAuth:etaLib'},
|
|
|
- {ButtonCode:'operateAuth:etaLib:authSetting'},
|
|
|
- {ButtonCode:'operateAuth:mysteel'},
|
|
|
]
|
|
|
commit('SET_PERMISSION_BUTTONS',buttons)
|
|
|
- resolve('获取权限按钮成功') */
|
|
|
+ resolve('获取权限按钮成功')
|
|
|
})
|
|
|
}
|
|
|
},
|