竹园小屋

尊敬的商户!如忘记登录信息请联系开发管理员找回

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

🇨🇳 简体中文
🇬🇧 English
🇲🇲 မြန်မာ
📋 {{ t('orderMgmt') }} {{ pendingOrdersCount }}
🍜 {{ t('dishMgmt') }}
📂 {{ t('categoryMgmt') }}
⚙️ {{ t('shopConfig') }}
📊 {{ t('stats') }}

📅 {{ t('orderFilter') }}

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

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

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

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

🍽️ 菜品管理

全部 ({{ dishes.length }})
✅ 已上架 ({{ onShelfDishes.length }})
⛔ 已下架 ({{ offShelfDishes.length }})
{{ dish.name }}
¥{{ dish.price }}
📁 分类:{{ getCategoryName(dish.categoryId) }}
{{ dish.visible !== false ? '上架中' : '已下架' }}

📁 {{ t('categoryMgmt') }}

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

🏪 {{ t('shopStatus') }}

{{ t('currentStatus') }}: {{ shopOpen ? t('open') : t('closed') }}

💰 {{ t('paymentConfig') }}

收款二维码

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

{{ t('noQR') }}

📢 {{ t('marqueeMgmt') }}

{{ t('switch') }}:
{{ t('sort') }}: {{ item.sort || 0 }}
{{ item.text }}
{{ t('noAnnounce') }}

💬 {{ t('contactConfig') }}

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

{{ t('contactHint') }}

🌐 {{ t('defaultLangSetting') }}

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

{{ t('defaultLangHint') }}

📋 {{ t('totalOrders') }}
{{ totalOrdersCount }}
{{ t('totalOrdersLabel') }}
💰 {{ t('totalSales') }}
MMK{{ totalSalesAmount }}
{{ t('totalSalesLabel') }}
✅ {{ t('todayOrders') }}
{{ todayStats.orderCount }}
{{ t('todayOrdersLabel') }}
📈 {{ t('todaySales') }}
MMK{{ todayStats.totalSales }}
{{ t('todaySalesLabel') }}

🔥 {{ t('popularDishes') }}

{{ notif.title }}
{{ notif.message }}
×