Skip to content

Commit dc5bede

Browse files
committed
fix: 🐞 fix fileConfig hasPermi value
1 parent 7555268 commit dc5bede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/infra/fileConfig/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
link
108108
type="danger"
109109
@click="handleDelete(scope.row.id)"
110-
v-hasPermi="['infra:config:delete']"
110+
v-hasPermi="['infra:file-config:delete']"
111111
>
112112
删除
113113
</el-button>

0 commit comments

Comments
 (0)