Commit e8ecf8ca authored by 吴春's avatar 吴春

1

parent 161e7b96
...@@ -288,17 +288,17 @@ ...@@ -288,17 +288,17 @@
</el-table-column> </el-table-column>
<el-table-column prop="UserNum" label="使用次数"> <el-table-column prop="UserNum" label="使用次数">
</el-table-column> </el-table-column>
<el-table-column prop="PriceNormalPeopleNum" label="常规团使用次数"> <el-table-column prop="PriceNormalUseNum" label="常规团使用次数">
</el-table-column> </el-table-column>
<el-table-column prop="PriceNormalUseNum" label="常规团使用人数"> <el-table-column prop="PriceNormalPeopleNum" label="常规团使用人数">
</el-table-column> </el-table-column>
<el-table-column prop="PriceOneDayTripPeopleNum" label="小包团使用次数"> <el-table-column prop="PriceOneDayTripUseNum" label="小包团使用次数">
</el-table-column> </el-table-column>
<el-table-column prop="PriceOneDayTripUseNum" label="小包团使用人数"> <el-table-column prop="PriceOneDayTripPeopleNum" label="小包团使用人数">
</el-table-column> </el-table-column>
<el-table-column prop="PricePacketGroupPeopleNum" label="当地游团使用次数"> <el-table-column prop="PricePacketGroupUseNum" label="当地游团使用次数">
</el-table-column> </el-table-column>
<el-table-column prop="PricePacketGroupUseNum" label="当地游团使用人数"> <el-table-column prop="PricePacketGroupPeopleNum" label="当地游团使用人数">
</el-table-column> </el-table-column>
<el-table-column :label="$t('system.table_operation')" width="150"> <el-table-column :label="$t('system.table_operation')" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
......
...@@ -1529,6 +1529,14 @@ export default { ...@@ -1529,6 +1529,14 @@ export default {
title: '餐厅使用排行' title: '餐厅使用排行'
}, },
}, },
{
path: '/domesticRestaurantList', //餐厅使用排行
name: 'domesticRestaurantList',
component: resolve => require(['@/components/Restaurant/domesticRestaurantList'], resolve),
meta: {
title: '国内餐厅信息管理'
},
},
{ {
path: '/demesticRestaurantInfoManage', //国内餐厅信息管理 path: '/demesticRestaurantInfoManage', //国内餐厅信息管理
name: 'demesticRestaurantInfoManage', name: 'demesticRestaurantInfoManage',
......
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