日进豆金 · 管理后台
登录
提示:管理密码默认为 admin123
计时管理
{{ runningTimers.length }}
正在计时
{{ overtimeTimers.length }}
超时座位
{{ unpaidSeats.length }}
待付款
刷新
{{ seat.is_paid ? '已付' : '未付' }}
{{ seat.seat_no }}
{{ getTimerDisplay(seat.id) }}
已到店
空闲
{{ currentSeat.seat_no }}
{{ currentSeat.is_paid ? '已付款' : '未付款' }}
{{ currentSeat.status }}
{{ getTimerDisplay(currentSeat.id) }}
已开始 {{ getElapsedTime(currentSeat.id) }}
关闭
开始计时
结束计时
{{ currentSeat?.is_paid ? '标记未付' : '确认付款' }}
取消
确认
预约管理
周末: {{ isWeekend ? '是' : '否' }}
营业: {{ businessHours.open }} - {{ businessHours.close }}
{{ seat.seat_no }}
已预约
{{ seat.booking_ratio }}%
{{ b.start_time }} / {{ b.duration }}分钟
可预约
{{ b.member_nickname }} ({{ b.member_phone }})
{{ b.start_time }}
{{ b.duration }} 分钟
{{ b.status }}
已到店
取消预约
开始计时
座位布置
💡 点击座位拖拽可调整位置,右键/双击可暂停座位(当前 {{ seats.length }} 个)
增加座位
减少座位
保存布局
初始化40座
布局宽度: px
座位图例:空闲 / 计时中 / 警告 / 超时 / 已到店 / 暂停
会员管理 ({{ members.length }} 人)
{{ row.nickname[0] }}
{{ row.nickname }}
¥{{ row.balance.toFixed(2) }}
充值
消费
记录
确认充值
原价: ¥{{ selectedPriceItem?.price }} →
折后: ¥{{ discountedPrice }}
确认消费
{{ row.type==='recharge'?'充值':'消费' }}
{{ row.amount>0?'+':'' }}{{ row.amount.toFixed(2) }}
¥{{ row.balance_after.toFixed(2) }}
反馈管理 ({{ feedbacks.length }})
{{ row.member_nickname }}
{{ row.member_phone }}
{{ row.reply?'已回复':'待回复' }}
{{ row.reply?'查看回复':'回复' }}
{{ currentFeedback.member_nickname }}
{{ currentFeedback.content }}
取消
提交回复
优惠券管理
创建优惠券
{{ row.type==='discount'?row.value+'折':row.value+'元' }}
{{ row.used_count }}/{{ row.total_count }}
{{ row.valid_start.split('T')[0] }} ~ {{ row.valid_end.split('T')[0] }}
{{ row.status }}
发放
{{ row.status==='active'?'暂停':'启用' }}
{{ couponForm.type==='discount'?'折':'元' }}
取消
{{ editingCoupon?'保存':'创建' }}
系统设置
基础信息
营业时间
~
~
价格表
+ 添加项目
刷新
{{ row.category }}
{showEditPriceCategory(row);editingPriceCategory=null}" @keyup.enter="()=>{showEditPriceCategory(row);editingPriceCategory=null}" style="width:80px">
{{ row.name }}
{doEditPriceName(row);editingPriceName=null}" @keyup.enter="()=>{doEditPriceName(row);editingPriceName=null}" style="width:100px">
¥{{ row.price }}
编辑
删除