{{ $t('listOwner.ownerInfo') }}
{{ $t('listOwner.buttons.add') }}
{{ scope.row.name }}
{{ scope.row.concactPerson }}
{{ scope.row.sex == 0 ? $t('listOwner.gender.male') : $t('listOwner.gender.female') }}
{{ scope.row.idCard || '-' }}
{{ scope.row.concactLink || '-' }}
{{ scope.row.address || '-' }}
{{ scope.row.roomCount || 0 }}
{{ scope.row.memberCount || 0 }}
-
{{ scope.row.carCount || 0 }}
{{ scope.row.oweFee || '0.00' }}
{{ scope.row.listValues[index] || '-' }}
{{ $t('listOwner.buttons.edit') }}
{{ $t('listOwner.actions.editOwner') }}
{{ $t('listOwner.actions.deleteOwner') }}
{{ $t('listOwner.actions.addRoom') }}
{{ $t('listOwner.buttons.unbindRoom') }}
{{ $t('listOwner.buttons.member') }}
{{ $t('listOwner.buttons.detail') }}