新增成套
{{ t('devicePerson.search') }}
{{ t('devicePerson.reset') }}
{{ scope.$index + 1 }}
在线
离线
{{ (scope.row.details && scope.row.details.length) || 0 }}
{{
scope.row.details.filter((item) => item.ifMaster)[0]?.deviceName +
' ' +
scope.row.details.filter((item) => item.ifMaster)[0]?.deviceCode || '无'
}}
编辑
删除
取 消
确 定