Commit 6bc5831e by Sendya

fix: #35 type name

parent 3b568a7d
......@@ -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) {
......
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