Room ID:
{{ selectedRoom.id }}
Doanh nghiệp ID:
{{ selectedRoom.business_id || 9 }}
Giá mỗi giờ:
{{ formatPrice(selectedRoom.price_per_hour) }}
Sức chứa:
{{ selectedRoom.capacity || 12 }} người
Phiên bản client:
{{ selectedRoom.version || '1.0.0' }}
Trạng thái App:
{{ selectedRoom.app_running ? 'Đang hát' : 'Khả dụng' }}
Đường dẫn App:
{{ selectedRoom.app_path || 'Chưa cấu hình' }}
Ghi chú:
{{ selectedRoom.note || 'Không có ghi chú' }}
Cập nhật ứng dụng từ xa (Force Update)
Tải xuống và thay thế file SingLink.app trên máy client từ xa qua WebSocket.
{{ updateProgressStatus || 'Đang xử lý...' }}
{{ updateProgress }}%
{{ updateProgressMessage }}