no message

Former-commit-id: a000d0ba645dfba4cbfc60ea02c5954d5dd57ebe
Former-commit-id: a2f9eeaef82f447551934bbd0145dc98f4c7bf55
Former-commit-id: 9c7d9a8a60ebb45c7a4828b818a4b5e590eea7d7
This commit is contained in:
李杨
2018-02-16 21:15:38 +08:00
parent f62e3821fb
commit f2465bb896

View File

@@ -139,14 +139,14 @@ export const menu = {
}
]
},
// 导入
// 导入和导出
{
title: '导入',
title: '导入和导出',
icon: 'upload',
children: [
{
title: 'csv',
icon: 'file-o',
title: '导入csv文件',
icon: 'upload',
path: 'import/csv',
name: 'demo-plugins-import-csv',
meta: {
@@ -155,25 +155,18 @@ export const menu = {
component: resolve => { require(['@/pages/demo/plugins/import/csv.vue'], resolve) }
},
{
title: 'xlsx',
icon: 'file-o',
title: '导入xlsx文件',
icon: 'upload',
path: 'import/xlsx',
name: 'demo-plugins-import-xlsx',
meta: {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/plugins/import/xlsx.vue'], resolve) }
}
]
},
// export
{
title: '导出',
icon: 'download',
children: [
},
{
title: '导出表格',
icon: 'file-o',
icon: 'download',
path: 'export/table',
name: 'demo-plugins-export-table',
meta: {
@@ -183,7 +176,7 @@ export const menu = {
},
{
title: '导出文本',
icon: 'file-o',
icon: 'download',
path: 'export/txt',
name: 'demo-plugins-export-txt',
meta: {