no message
Former-commit-id: 0e59ed055dcde7c78871875710e827b4c74b0879 Former-commit-id: d6bf0f4737e9973234169a3b56eeb224c189e4b7 Former-commit-id: 0297ac905c8f019bc1ed869058b686928ed09049
This commit is contained in:
@@ -30,7 +30,6 @@ export default function csv(columns, datas, options, noHeader = false) {
|
||||
|
||||
if (columns) {
|
||||
columnOrder = columns.map(v => {
|
||||
console.log(v)
|
||||
if (typeof v === 'string') return v;
|
||||
if (!noHeader) {
|
||||
column.push(typeof v.label !== 'undefined' ? v.label : v.prop);
|
||||
|
||||
Reference in New Issue
Block a user