Ver Fonte

fix: 🐞 fix fileConfig hasPermi value

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

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

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