搜索
重置
导出
{{
(queryParams.pageNum - 1) * queryParams.pageSize +
scope.$index +
1
}}
{{ scope.row[item.prop] }}
{{ scope.row[item.prop] }}
查询
重置
{{
(queryParamsAbnormal.pageNum - 1) *
queryParamsAbnormal.pageSize +
scope.$index +
1
}}
{{ scope.row[item.prop] }}
{{ scope.row[item.prop] }}
查询
{{
(queryRecord.pageNum - 1) * queryRecord.pageSize +
scope.$index +
1
}}
\
{{ formatDate(scope.row.attCurrent) }}
导出
{{
(queryRecordOutCount.pageNum - 1) *
queryRecordOutCount.pageSize +
scope.$index +
1
}}
{{ formatDate(scope.row.attCurrentDay) }}
{{
(queryAttCount.pageNum - 1) *
queryAttCount.pageSize +
scope.$index +
1
}}
{{ formatDate(scope.row.attCurrentDay) }}
{{
(queryRequiredDays.pageNum - 1) *
queryRequiredDays.pageSize +
scope.$index +
1
}}
{{
parseAttendanceRule(scope.row.attRules)
}}
查询
重置
导出
{{
scope.row[item.dataValue] == 1 ? '正常' : '异常'
}}