fix: 🐞 fix fileConfig hasPermi value

This commit is contained in:
AhJindeg 2024-04-16 18:23:24 +08:00
parent 755526834e
commit dc5bede084

View File

@ -107,7 +107,7 @@
link link
type="danger" type="danger"
@click="handleDelete(scope.row.id)" @click="handleDelete(scope.row.id)"
v-hasPermi="['infra:config:delete']" v-hasPermi="['infra:file-config:delete']"
> >
删除 删除
</el-button> </el-button>