Browse Source

fix: #35 type name

Sendya 6 years ago
parent
commit
6bc5831efd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/helper/permission.js

+ 1 - 1
src/utils/helper/permission.js

@@ -7,7 +7,7 @@ const PERMISSION_ENUM = {
   'enable': { key: 'enable', label: '启用' },
   'disable': { key: 'disable', label: '禁用' },
   'import': { key: 'import', label: '导入' },
-  'export': { key: 'import', label: '导入' },
+  'export': { key: 'export', label: '导出' },
 }
 
 function plugin(Vue) {