+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (page.currentPage - 1) * page.pageSize + $index + 1 }}
+
+
+
+
+
+
+ {{ col.label }}
+
+
+
+
+ {{ scope.row.dealStatusName || (scope.row.dealStatus === '1' ? '已处理' : '待处理') }}
+
+
+
+
+
+ {{ scope.row.attendanceTypeName || (scope.row.attendanceType === '6' ? '失联' : '旷课') }}
+
+
+
+
+
+ {{ scope.row.orderTypeName || (scope.row.orderType === '1' ? '早自习' : '晚自习') }}
+
+
+
+
+
+ {{ formatDateTime(scope.row.dealDeadline) }}
+
+
+
+
+
+
+
+ 操作
+
+
+
+ 处理
+
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ currentRow.stuName }}
+
+
+ {{ currentRow.stuNo }}
+
+
+
+ {{ currentRow.attendanceTypeName || (currentRow.attendanceType === '6' ? '失联' : '旷课') }}
+
+
+
+ {{ currentRow.attendanceDay }}
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+ {{ currentRow.stuName }}
+ {{ currentRow.stuNo }}
+ {{ currentRow.teacherName }}
+ {{ currentRow.teacherNo }}
+ {{ currentRow.deptName }}
+ {{ currentRow.classNo }}
+
+
+ {{ currentRow.attendanceTypeName || (currentRow.attendanceType === '6' ? '失联' : '旷课') }}
+
+
+
+
+ {{ currentRow.orderTypeName || (currentRow.orderType === '1' ? '早自习' : '晚自习') }}
+
+
+ {{ currentRow.attendanceDay }}
+
+
+ {{ currentRow.dealStatusName || (currentRow.dealStatus === '1' ? '已处理' : '待处理') }}
+
+
+ {{ formatDateTime(currentRow.dealDeadline) }}
+ {{ formatDateTime(currentRow.dealTime) }}
+ {{ currentRow.dealContent || '-' }}
+ {{ formatDateTime(currentRow.createTime) }}
+
+
+ 关闭
+
+
+
+