feat: add createdAt field in survey download csv

This commit is contained in:
moonrailgun 2024-06-01 22:11:34 +08:00
parent 98a887825f
commit 618aedf196

View File

@ -112,6 +112,7 @@ export const SurveyDownloadBtn: React.FC<SurveyDownloadBtnProps> = React.memo(
'subdivision1',
'subdivision2',
'city',
'createdAt',
]),
};
})