feat: 查看已提交数据

This commit is contained in:
2026-04-13 15:23:32 +08:00
parent 9e20d709b0
commit 18c5ad9521
10 changed files with 470 additions and 18 deletions

View File

@@ -263,5 +263,14 @@ export default {
nextStep: 'Next Step',
stepTips: 'Please complete this form in one sitting.',
backToIntroduction: 'Back to Introduction'
},
Preview: {
title: 'Global Awards Preview',
total: 'Total Applications Submitted',
downloadExcel: 'Download Full Information Table (Excel)',
range: 'Set the download range',
startIndex:'start ID',
endIndex:'end ID',
download: 'Download'
}
}

View File

@@ -252,5 +252,14 @@ export default {
nextStep: '下一步',
stepTips: '请一次性完成这个表单。',
backToIntroduction: '赛事介绍'
},
Preview: {
title: 'Global Awards 数据总览',
total: '已提交申请总数',
downloadExcel: '下载全量信息表 (Excel)',
range: '设定下载区间',
startIndex: '起始序号',
endIndex: '结束序号',
download: '下载'
}
}