This commit is contained in:
JyuHsin
2025-07-02 11:33:31 +08:00
parent f2824fdd35
commit 3bb5542bac
2 changed files with 2 additions and 2 deletions
@@ -278,7 +278,7 @@ public class FitnessWalkStepRaffleController {
entityList.add(new ExcelExportEntity("分工会", "unionname", 20));
entityList.add(new ExcelExportEntity("单位", "unitname", 40));
entityList.add(new ExcelExportEntity("达标天数", "standardsDays", 20));
entityList.add(new ExcelExportEntity("步数", "total_steps", 20));
entityList.add(new ExcelExportEntity("达标天数总步数", "total_steps", 20));
try {
ViTool.excelResponse(response, "健步走达标人员名单.xlsx");
@@ -250,7 +250,7 @@ layout("/layouts/platform.html"){
{label: '工号', prop: 'loginname'},
{label: '分工会', prop: 'unionname', sortable: true},
{label: '单位', prop: 'unitname'},
{label: '步数', prop: 'total_steps', sortable: true},
{label: '达标天数总步数', prop: 'total_steps', sortable: true},
{label: '达标天数', prop: 'standardsDays', sortable: true},
],
raffleTypeOptions: [