Commit 087fe6ce authored by 黄奎's avatar 黄奎

新增订房查询页面

parent df0a4a45
This diff is collapsed.
...@@ -856,6 +856,14 @@ export default { ...@@ -856,6 +856,14 @@ export default {
title: '订房管理' title: '订房管理'
}, },
}, },
{
path: '/roomQuery', //订房查询
name: 'roomQuery',
component: resolve => require(['@/components/Hotel/roomQuery'], resolve),
meta: {
title: '订房查询'
},
},
{ {
path: '/roomReservationsDetails', //订房管理详情 path: '/roomReservationsDetails', //订房管理详情
name: 'roomReservationsDetails', name: 'roomReservationsDetails',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment