{{$t('licenseMange.dateIssue')}}
{{ scope.row.license&&scope.row.license.dateIssued ? momentTz(scope.row.license.dateIssued ) : '-'}}
{{$t('licenseMange.dateExpire')}}
{{$t('license.permanent')}}
{{ scope.row.license && scope.row.license.dateExpires ? momentTz(scope.row.license.dateExpires ) : '-'}}
{{$t('licenseMange.notLicensed')}}
{{$t('licenseMange.licensed')}}
{{$t('overall.error')}}({{$t('config.terminallog.statusItem.unknownError')}})
-