Skip to content

Commit 7555268

Browse files
committed
fix: 🐞 fix file hasPermi value
1 parent 221f78a commit 7555268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/infra/file/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
link
9797
type="danger"
9898
@click="handleDelete(scope.row.id)"
99-
v-hasPermi="['infra:config:delete']"
99+
v-hasPermi="['infra:file:delete']"
100100
>
101101
删除
102102
</el-button>

0 commit comments

Comments
 (0)