Commit f1019607 authored by 吴春's avatar 吴春

1

parent 63b7f6b7
This diff is collapsed.
......@@ -286,24 +286,24 @@
</el-table-column>
<el-table-column prop="DinnerRealName" label="餐厅真实名称">
</el-table-column>
<el-table-column prop="UserNum" label="使用次数">
<el-table-column width="150" prop="UserNum" label="使用次数">
</el-table-column>
<el-table-column prop="PriceNormalUseNum" label="常规团使用次数">
<el-table-column width="150" prop="PriceNormalUseNum" label="常规团使用次数">
</el-table-column>
<el-table-column prop="PriceNormalPeopleNum" label="常规团使用人数">
<el-table-column width="150" prop="PriceNormalPeopleNum" label="常规团使用人数">
</el-table-column>
<el-table-column prop="PriceOneDayTripUseNum" label="小包团使用次数">
<el-table-column width="150" prop="PriceOneDayTripUseNum" label="小包团使用次数">
</el-table-column>
<el-table-column prop="PriceOneDayTripPeopleNum" label="小包团使用人数">
<el-table-column width="150" prop="PriceOneDayTripPeopleNum" label="小包团使用人数">
</el-table-column>
<el-table-column prop="PricePacketGroupUseNum" label="当地游团使用次数">
<el-table-column width="150" prop="PricePacketGroupUseNum" label="当地游团使用次数">
</el-table-column>
<el-table-column prop="PricePacketGroupPeopleNum" label="当地游团使用人数">
<el-table-column width="150" prop="PricePacketGroupPeopleNum" label="当地游团使用人数">
</el-table-column>
<el-table-column :label="$t('system.table_operation')" width="150">
<el-table-column :label="$t('system.table_operation')" width="80">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top">
<el-button @click="goSubInfo('demesticRestaurantInfoManage',scope.row.NewDiningID)" type="primary" icon="el-icon-edit" circle>
<el-tooltip class="item" effect="dark" content="餐厅使用详情" placement="top">
<el-button @click="goUrl('restaurantRankingDetails',scope.row.NewDiningID,scope.row.NewDinnerName,scope.row.DinnerRealName)" type="primary" icon="iconfont icon-menpiao1" circle>
</el-button>
</el-tooltip>
</template>
......@@ -432,13 +432,20 @@
null
);
},
goUrl(path, id) {
goUrl(path, id,NewDinnerName,DinnerRealName) {
this.$router.push({
path: path,
query: {
id: id,
NewDinnerName:NewDinnerName,
DinnerRealName:DinnerRealName,
QStartDate:this.msg.QStartDate,
QEndDate: this.msg.QEndDate,
OutBranchId: this.msg.OutBranchId,
PlaceID: this.msg.PlaceID,
TeamType: this.msg.TeamType,
DiningId:id,
blank: 'y',
tab: '套餐查询'
tab: '餐厅使用详情'
}
});
},
......
......@@ -1529,6 +1529,14 @@ export default {
title: '餐厅使用排行'
},
},
{
path: '/restaurantRankingDetails', //餐厅使用排行详情
name: 'restaurantRankingDetails',
component: resolve => require(['@/components/Restaurant/restaurantRankingDetails'], resolve),
meta: {
title: '餐厅使用排行详情'
},
},
{
path: '/domesticRestaurantList', //餐厅使用排行
name: 'domesticRestaurantList',
......
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