Commit 877bfcc1 authored by 赵啸非's avatar 赵啸非

考勤异常添加绩效考核

parent 802e912d
......@@ -124,9 +124,9 @@ export default {
label: "异常开始时间",
},
{
name: "attendanceDateEnd",
name: "errorDateTimeEnd",
type: "date",
label: "errorDateTimeEnd",
label: "异常结束时间",
},
{
name: "staffName",
......
......@@ -136,7 +136,7 @@ public class AttendanceStatEntity extends AttendanceStatVo {
/**
* 考勤汇总-出勤率(%)
*/
@Excel(name = "考勤汇总-出勤率")
@Excel(name = "考勤汇总-出勤率",percentEnabled = true,suffix="%")
private BigDecimal attendanceRate;
/**
* 考勤汇总-未按规定打卡(含忘记打卡)
......
package com.mortals.xhx.module.attendance.model.vo;
import com.mortals.framework.annotation.Excel;
import com.mortals.framework.model.BaseEntityLong;
import com.mortals.xhx.module.attendance.model.AttendanceStaffStatEntity;
import lombok.Data;
import java.math.BigDecimal;
import java.util.List;
/**
* 考勤汇总信息视图对象
......@@ -19,4 +21,6 @@ public class AttendanceStatVo extends BaseEntityLong {
private String startTime;
private String endTime;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment