Commit 56961e1e authored by 赵啸非's avatar 赵啸非

修改固定班次考勤

parent cf1bd616
...@@ -100,12 +100,12 @@ ...@@ -100,12 +100,12 @@
label: "全部考勤组", label: "全部考勤组",
fuzzy: false fuzzy: false
}, },
{ /* {
name: "classId", name: "classId",
type: "select", type: "select",
label: "全部班次", label: "全部班次",
fuzzy: false fuzzy: false
}, },*/
{ {
name: "errorStatus", name: "errorStatus",
type: "select", type: "select",
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
{label: "工号", prop: "workNum"}, {label: "工号", prop: "workNum"},
{label: "部门", prop: "deptName"}, {label: "部门", prop: "deptName"},
{label: "考勤组", prop: "attendanceGroupName"}, {label: "考勤组", prop: "attendanceGroupName"},
{label: "班次", prop: "shiftsName"}, /* {label: "班次", prop: "shiftsName"},*/
{label: "异常状态", prop: "errorStatus",formatter: this.formattereErrorStatus}, {label: "异常状态", prop: "errorStatus",formatter: this.formattereErrorStatus},
{label: "异常时间", prop: "errorDateTime", formatter: this.formatterDate}, {label: "异常时间", prop: "errorDateTime", formatter: this.formatterDate},
{label: "处理结果", prop: "processResult", formatter: this.formatters}, {label: "处理结果", prop: "processResult", formatter: this.formatters},
......
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