{{item.label}}
{{scope.row.type ? scope.row.type.name : '-'}}
{{scope.row.state ? scope.row.state.name : '-'}}
{{scope.row.endpointNum ? scope.row.endpointNum : 0}}
{{scope.row.alertNum ? scope.row.alertNum : 0}}
{{scope.row.dc ? scope.row.dc.name : '-'}}
{{scope.row.cabinet.name}} {{returnCabinet( scope.row.cabinetStart, scope.row.cabinetEnd)}}
--
{{scope.row.pingInfo.rtt?scope.row.pingInfo.rtt+'ms':''}}
{{scope.row.model ? scope.row.model.name : '-'}}
{{scope.row.parent ? scope.row.parent.name : '-'}}
{{scope.row.brand ? scope.row.brand.name : '-'}}
{{scope.row.purchaseDate ? scope.row.purchaseDate : '--'}}
{{scope.row[item.prop]}}
{{$t('overall.option')}}
…
{{$t('overall.edit')}}
{{$t('dashboard.connect')}}
{{$t('dashboard.duplicate')}}
{{$t('overall.delete')}}