|
|
@@ -84,7 +84,8 @@ router.route('/exportData').get(async function (req, res) {
|
|
|
电话: item.user_phone,
|
|
|
上传文件: item.registration_form_url.split(",")[0],
|
|
|
上传视频: item.registration_form_url.split(",")[1],
|
|
|
- 报名时间: new Date(item.created_at).toLocaleString()
|
|
|
+ 报名时间: new Date(item.created_at).toLocaleString(),
|
|
|
+ 区域: item.area
|
|
|
}
|
|
|
});
|
|
|
const workbook = XLSX.utils.book_new();
|