const newData = {
data: originalData.map(item => {
return [
`行${item.serial}列1 - ${item.clpe_place}`,
];
})
};
08-07
409

03-22
424
