修改成本新的权限字段
This commit is contained in:
@@ -116,7 +116,7 @@ export default {
|
||||
defaultSelect: [],
|
||||
},
|
||||
{
|
||||
type: this.$auth.hasPermi('cost:energyCostHis:query')
|
||||
type: this.$auth.hasPermi('extend:cost-enery-auto-report:query')
|
||||
? 'button'
|
||||
: '',
|
||||
btnName: '查询',
|
||||
@@ -124,7 +124,7 @@ export default {
|
||||
color: 'primary',
|
||||
},
|
||||
{
|
||||
type: this.$auth.hasPermi('cost:energyCostHis:export')
|
||||
type: this.$auth.hasPermi('extend:cost-enery-auto-report:export')
|
||||
? 'button'
|
||||
: '',
|
||||
btnName: '导出',
|
||||
|
||||
Reference in New Issue
Block a user