refine code

This commit is contained in:
Pan
2017-07-25 17:37:15 +08:00
parent 3488930e4d
commit 7969b6d33e
2 changed files with 11 additions and 8 deletions

View File

@@ -46,12 +46,12 @@ const ErrorLog = _import('errlog/index');
/* excel */
const ExcelDownload = _import('excel/index');
const SelectExcelDownload = _import('excel/excel2');
const SelectExcelDownload = _import('excel/selectExcel');
/* theme */
const Theme = _import('theme/index');
/* example*/
/* example */
const TableLayout = _import('example/table/index');
const DynamicTable = _import('example/table/dynamictable');
const Table = _import('example/table/table');