1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

Merge branch 'master' into deploy

This commit is contained in:
Pan 2019-03-21 11:20:29 +08:00
commit 082b62e960

View File

@ -145,11 +145,11 @@ export function export_table_to_excel(id) {
} }
export function export_json_to_excel({ export function export_json_to_excel({
multiHeader, multiHeader = [],
header, header,
data, data,
filename, filename,
merges, merges = [],
autoWidth = true, autoWidth = true,
bookType= 'xlsx' bookType= 'xlsx'
} = {}) { } = {}) {