{{ (pageable.pageNum - 1) * pageable.pageSize + scope.$index + 1 }}
{{findLabelByValue(tactStateList,scope.row.tact_state)}}
{{findLabelByValue(dataTypeList,scope.row.tact_type)}}
{{scope.row.alarm_on_time_i?formatDate(scope.row.alarm_on_time_i):'--'}}
{{scope.row.alarm_off_time_i?formatDate(scope.row.alarm_off_time_i):'--'}}
{{findLabelByValue(noticeTypeList,scope.row.notice_type)}}
暂无数据