修改成本新的权限字段

This commit is contained in:
2024-04-10 14:48:37 +08:00
parent a4fceeb981
commit d3d93acd0f
5 changed files with 14 additions and 14 deletions

View File

@@ -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: '导出',