no message

Former-commit-id: 7e0d46130246fd9e76efc2c93cc94a3a8fe17a8b
Former-commit-id: fd2ec1d41a34071582c5e9d1bff9e15dbd9841e8
Former-commit-id: 3431696cda462f819345900dd09893960119728e
This commit is contained in:
李杨
2018-02-16 21:32:30 +08:00
parent f2465bb896
commit d7d7ebd9fd

View File

@@ -142,11 +142,11 @@ export const menu = {
// 导入和导出
{
title: '导入和导出',
icon: 'upload',
icon: 'download',
children: [
{
title: '导入csv文件',
icon: 'upload',
icon: 'download',
path: 'import/csv',
name: 'demo-plugins-import-csv',
meta: {
@@ -156,7 +156,7 @@ export const menu = {
},
{
title: '导入xlsx文件',
icon: 'upload',
icon: 'download',
path: 'import/xlsx',
name: 'demo-plugins-import-xlsx',
meta: {
@@ -166,7 +166,7 @@ export const menu = {
},
{
title: '导出表格',
icon: 'download',
icon: 'cloud-download',
path: 'export/table',
name: 'demo-plugins-export-table',
meta: {
@@ -176,7 +176,7 @@ export const menu = {
},
{
title: '导出文本',
icon: 'download',
icon: 'cloud-download',
path: 'export/txt',
name: 'demo-plugins-export-txt',
meta: {