jidechao 4 月之前
父節點
當前提交
f592eb12a0
共有 1 個文件被更改,包括 2 次插入1 次删除
  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();