Skip to content

Export the table into an Excel file, processing 2024-09.03T16:48:59.000Z date format can only get 2024-9-4 no specific time #208

@web-zlinc

Description

@web-zlinc

records.forEach(({ order_id, queue_id, repeat_count, first_auditor, repeat_auditor1, repeat_auditor2, is_equal, createdAt }) => {
const isEqual = is_equal === 1 ? '是' : '否';
const _createdAt = createdAt instanceof Date ? createdAt : new Date(createdAt);
list[0].data.push([order_id, queue_id, repeat_count, first_auditor, repeat_auditor1, repeat_auditor2, isEqual, _createdAt]);
});
const _xlsx = xlsx.build(list);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions