直播中控系统
用户名
密码
登 录
双十一大促中控台
{{ isLive ? 'On Air' : 'Off Air' }}
{{ isLive ? '结束直播' : '开始直播' }}
{{ loginForm.username.charAt(0).toUpperCase() }}
{{ loginForm.username }}
{{ isLive ? '推流画面正常' : '直播已停止' }}
休息中
讲解中
{{ currentExplainingProduct.name }}
¥{{ currentExplainingProduct.price }}
实时互动
{{ isLive ? onlineCount : '-' }} 人在线
{{ msg.username }}
[主播]
{{ msg.content }}
发送
商品管理
共 {{ products.length }} 件
{{ isLive ? '商品推送功能正常' : '商品推送已暂停' }}
#{{ item.index + 1 }}
{{ item.name }}
{{ item.desc }}
¥{{ item.price }}
库存: {{ item.stock }}
{{ item.isExplaining ? '取消讲解' : '讲解' }}