查询
重置
{{ scope.row.status || '-' }}
{{ scope.row.errorCode || '-' }}
{{ formatCount(scope.row.labelCount) }}
{{ formatCount(scope.row.successCount) }} / {{ formatCount(scope.row.failCount) }}
{{ formatCount(scope.row.unbindCount) }}
{{ formatCount(scope.row.unknownCount) }}
{{ formatDateTime(scope.row.createdTime) }}
{{ formatDateTime(scope.row.processedTime) }}
{{ getMoveResultLabel(scope.row.moveFlag) }}
{{ getIssueFlagLabel(scope.row.issueFlag) }}
{{ scope.row.unbindFlag === 'Y' ? '是' : '否' }}
{{ formatDateTime(scope.row.updatedTime) }}
{{ getMoveResultLabel(scope.row.resultFlag) }}
{{ formatDateTime(scope.row.updatedTime) }}