🍔 商户登录

* 账号需在 Firebase Authentication 中预先创建

🍽️ 美味食堂 · 商户管理中心

🇨🇳 简体中文
🇬🇧 English
🇲🇲 မြန်မာ
📋 {{ t('orders') }}
🍜 {{ t('dishes') }}
📂 {{ t('categories') }}
⚙️ {{ t('settings') }}
📊 {{ t('stats') }}

📅 {{ t('orderFilter') }}

{{ t('to') }}

⏳ {{ t('pendingOrders') }} ({{ filteredPendingOrders.length }})

{{ t('noPendingOrders') }}
#{{ order.id.slice(-12) }} {{ t('pendingPayment') }}
📞 {{ order.customer.phone }} 📍 {{ order.customer.address || t('selfPickup') }} 💰 ¥{{ order.totalAmount }} 🕐 {{ formatTime(order.createdAt) }}
{{ t('orderItems') }}: {{ it.name }} x{{ it.quantity }}
{{ t('paymentProof') }}:

✅ {{ t('completedOrders') }} ({{ filteredConfirmedOrders.length }})

{{ t('noCompletedOrders') }}
#{{ order.id.slice(-12) }} ✓ {{ t('confirmed') }}
📞 {{ order.customer.phone }} 💰 ¥{{ order.totalAmount }} 🕐 {{ formatTime(order.createdAt) }}

🍽️ {{ t('dishManagement') }}

{{ t('all') }} ({{ dishes.length }})
✅ {{ t('onShelf') }} ({{ onShelfDishes.length }})
⛔ {{ t('offShelf') }} ({{ offShelfDishes.length }})
{{ dish.name }}
¥{{ dish.price }}
📁 {{ t('category') }}:{{ getCategoryName(dish.categoryId) }}
{{ dish.visible !== false ? t('onShelf') : t('offShelf') }}

📁 {{ t('categoryManagement') }}

{{ getCategoryDisplayName(cat) }} ({{ t('sort') }}: {{ cat.sort || 0 }})

🏪 {{ t('shopStatus') }}

{{ t('currentStatus') }}: {{ shopOpen ? t('shopOpenStatus') : t('shopClosedStatus') }}

💰 {{ t('paymentConfig') }}

收款二维码

{{ t('account') }}: {{ paymentConfig.accountName || t('notSet') }}

{{ t('noQRCode') }}

📢 {{ t('marqueeManagement') }}

{{ t('marqueeEnabled') }}:
{{ t('sort') }}: {{ item.sort || 0 }}
{{ item.text }}
{{ t('noMarquee') }}

💬 {{ t('contactConfig') }}

{{ t('currentContact') }}: {{ contactConfig.link || t('notConfigured') }} {{ contactConfig.type === 'whatsapp' ? 'WhatsApp' : (contactConfig.type === 'wechat' ? t('wechat') : t('other')) }}

{{ t('contactHint') }}

🌐 {{ t('defaultLanguage') }}

{{ t('currentDefaultLang') }}: {{ defaultLang === 'zh' ? '🇨🇳 简体中文' : (defaultLang === 'en' ? '🇬🇧 English' : '🇲🇲 မြန်မာ') }}

💡 {{ t('defaultLangHint') }}
{{ t('supportedLanguages') }}

📋 {{ t('totalOrders') }}
{{ totalOrdersCount }}
{{ t('cumulativeOrders') }}
💰 {{ t('totalSales') }}
¥{{ totalSalesAmount }}
{{ t('cumulativeRevenue') }}
✅ {{ t('todayOrders') }}
{{ todayStats.orderCount }}
{{ t('todayCompletedOrders') }}
📈 {{ t('todaySales') }}
¥{{ todayStats.totalSales }}
{{ t('todayRevenue') }}

🔥 {{ t('popularDishes') }}