新增房表生成前端页面

This commit is contained in:
andy
2026-07-18 12:58:01 +07:00
parent d3a52e7605
commit 0715e8334f
16 changed files with 1694 additions and 5 deletions

View File

@@ -175,6 +175,8 @@ const menuLabelKeys: Record<string, string> = {
RESERVATION_TASKS: 'nav.taskQueue',
RESERVATION_MANUAL_INVOICE: 'nav.manualInvoice',
RESERVATION_INVOICES: 'nav.manualInvoice',
RESERVATION_ROOMING_LIST: 'nav.roomingList',
RESERVATION_ROOMING_LISTS: 'nav.roomingList',
DEBUG_EML_SUPERAGENT: 'nav.debugEml',
SYSTEM_SETTINGS: 'nav.systemSettings',
}