更改
This commit is contained in:
+1
-1
@@ -278,7 +278,7 @@ public class FitnessWalkStepRaffleController {
|
|||||||
entityList.add(new ExcelExportEntity("分工会", "unionname", 20));
|
entityList.add(new ExcelExportEntity("分工会", "unionname", 20));
|
||||||
entityList.add(new ExcelExportEntity("单位", "unitname", 40));
|
entityList.add(new ExcelExportEntity("单位", "unitname", 40));
|
||||||
entityList.add(new ExcelExportEntity("达标天数", "standardsDays", 20));
|
entityList.add(new ExcelExportEntity("达标天数", "standardsDays", 20));
|
||||||
entityList.add(new ExcelExportEntity("步数", "total_steps", 20));
|
entityList.add(new ExcelExportEntity("达标天数总步数", "total_steps", 20));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
ViTool.excelResponse(response, "健步走达标人员名单.xlsx");
|
ViTool.excelResponse(response, "健步走达标人员名单.xlsx");
|
||||||
|
|||||||
@@ -250,7 +250,7 @@ layout("/layouts/platform.html"){
|
|||||||
{label: '工号', prop: 'loginname'},
|
{label: '工号', prop: 'loginname'},
|
||||||
{label: '分工会', prop: 'unionname', sortable: true},
|
{label: '分工会', prop: 'unionname', sortable: true},
|
||||||
{label: '单位', prop: 'unitname'},
|
{label: '单位', prop: 'unitname'},
|
||||||
{label: '步数', prop: 'total_steps', sortable: true},
|
{label: '达标天数总步数', prop: 'total_steps', sortable: true},
|
||||||
{label: '达标天数', prop: 'standardsDays', sortable: true},
|
{label: '达标天数', prop: 'standardsDays', sortable: true},
|
||||||
],
|
],
|
||||||
raffleTypeOptions: [
|
raffleTypeOptions: [
|
||||||
|
|||||||
Reference in New Issue
Block a user