修改成本新的权限字段
This commit is contained in:
@@ -92,7 +92,7 @@ export default {
|
||||
param: 'searchTime',
|
||||
},
|
||||
{
|
||||
type: this.$auth.hasPermi('cost:energyCost:query')
|
||||
type: this.$auth.hasPermi('extend:cost-energy-search:query')
|
||||
? 'button'
|
||||
: '',
|
||||
btnName: '查询',
|
||||
@@ -100,7 +100,7 @@ export default {
|
||||
color: 'primary',
|
||||
},
|
||||
{
|
||||
type: this.$auth.hasPermi('cost:energyCost:export')
|
||||
type: this.$auth.hasPermi('extend:cost-energy-search:export')
|
||||
? 'button'
|
||||
: '',
|
||||
btnName: '导出',
|
||||
|
||||
Reference in New Issue
Block a user