{{ menuTitle }}
{{ merchantInfo.shop_name || '商家' }}{{ stats.totalOrders }}
今日订单
¥{{ stats.totalAmount }}
今日营收
{{ stats.pendingOrders }}
待处理
¥{{ wallet.commission }}
佣金钱包
快速操作
订单列表
| 订单号 | 金额 | 状态 | 支付 | 时间 | 操作 |
|---|---|---|---|---|---|
| {{ order.order_no }} | ¥{{ order.total_amount }} | {{ statusText(order.status) }} | {{ order.payment_status }} | {{ order.created_at }} |
我的设备
| 设备名称 | 类型 | 编号 | 状态 | 操作 |
|---|---|---|---|---|
| {{ device.device_name }} | {{ device.device_type === 'speaker' ? '语音音箱' : '打印机' }} | {{ device.device_code }} | {{ device.status === 'active' ? '启用' : '禁用' }} |
暂无设备,请点击上方“添加设备”
{{ deviceForm.id ? '编辑设备' : '添加设备' }}
钱包余额
¥{{ wallet.commission }}
佣金钱包
¥{{ wallet.ad }}
广告钱包