Unverified Commit 9a6225d3 by Sendya

fix: #35 type name

parent 88d83e56
...@@ -7,7 +7,7 @@ const PERMISSION_ENUM = { ...@@ -7,7 +7,7 @@ const PERMISSION_ENUM = {
'enable': { key: 'enable', label: '启用' }, 'enable': { key: 'enable', label: '启用' },
'disable': { key: 'disable', label: '禁用' }, 'disable': { key: 'disable', label: '禁用' },
'import': { key: 'import', label: '导入' }, 'import': { key: 'import', label: '导入' },
'export': { key: 'import', label: '导入' }, 'export': { key: 'export', label: '导出' },
} }
function plugin(Vue) { function plugin(Vue) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment