jidechao 1 month ago
parent
commit
f592eb12a0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      routes/router.js

+ 2 - 1
routes/router.js

@@ -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();