Explorar o código

fix: 🐞 fix fileConfig hasPermi value

AhJindeg hai 10 meses
pai
achega
dc5bede084
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>