Ver Fonte

fix: 🐞 fix file hasPermi value

AhJindeg há 10 meses atrás
pai
commit
755526834e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/infra/file/index.vue

+ 1 - 1
src/views/infra/file/index.vue

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