no message
Former-commit-id: c29719b8663f2954e60b241be7930cc91f27075d Former-commit-id: 1e2565e926aaf5f9c2075ebc7367cb71c613d20b Former-commit-id: c20c9715fcca5eafda3742b6807317b28479c516
This commit is contained in:
@@ -91,7 +91,7 @@ export const menu = {
|
||||
icon: 'upload',
|
||||
children: [
|
||||
{
|
||||
title: 'CSV',
|
||||
title: 'csv',
|
||||
icon: 'file-o',
|
||||
path: 'import/csv',
|
||||
name: 'demo-plugins-import-csv',
|
||||
@@ -99,6 +99,16 @@ export const menu = {
|
||||
requiresAuth: true
|
||||
},
|
||||
component: resolve => { require(['@/pages/demo/plugins/import/csv.vue'], resolve) }
|
||||
},
|
||||
{
|
||||
title: 'xlsx',
|
||||
icon: 'file-o',
|
||||
path: 'import/xlsx',
|
||||
name: 'demo-plugins-import-xlsx',
|
||||
meta: {
|
||||
requiresAuth: true
|
||||
},
|
||||
component: resolve => { require(['@/pages/demo/plugins/import/xlsx.vue'], resolve) }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user