Commit ceea6936 authored by 吴春's avatar 吴春

1

parent 83deb87c
...@@ -61,18 +61,18 @@ ...@@ -61,18 +61,18 @@
<template <template
v-if="hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName && hotelSubItem.NewDinnerRealName!=''"> v-if="hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName && hotelSubItem.NewDinnerRealName!=''">
<span style="text-decoration:underline;color:#606266;cursor:pointer;" <span style="text-decoration:underline;color:#606266;cursor:pointer;"
@click="goDinnerDetails('restaurantInfoManage', hotelSubItem.OldDiningID ) "> @click="goDinnerDetails('restaurantInfoDetail', hotelSubItem.OldDiningID ) ">
{{hotelSubItem.DinnerRealName}}</span> {{hotelSubItem.DinnerRealName}}</span>
</template> </template>
<template v-else> <template v-else>
<span style="color:#606266;text-decoration:underline;cursor:pointer;" <span style="color:#606266;text-decoration:underline;cursor:pointer;"
@click="goDinnerDetails('restaurantInfoManage', hotelSubItem.OldDiningID ) "> @click="goDinnerDetails('restaurantInfoDetail', hotelSubItem.OldDiningID ) ">
{{hotelSubItem.DinnerRealName}}</span> {{hotelSubItem.DinnerRealName}}</span>
</template> </template>
</td> </td>
<td style="text-align:left;padding-left:3px;color:red"> <td style="text-align:left;padding-left:3px;color:red">
<span style="color:#606266;text-decoration:underline;cursor:pointer;" <span style="color:#606266;text-decoration:underline;cursor:pointer;"
@click="goDinnerDetails('restaurantInfoManage', hotelSubItem.NewDiningID ) "> @click="goDinnerDetails('restaurantInfoDetail', hotelSubItem.NewDiningID ) ">
{{hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName?""+hotelSubItem.NewDinnerRealName:""}} {{hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName?""+hotelSubItem.NewDinnerRealName:""}}
</span> </span>
</td> </td>
......
...@@ -1488,6 +1488,14 @@ export default { ...@@ -1488,6 +1488,14 @@ export default {
title: '餐厅信息管理' title: '餐厅信息管理'
}, },
}, },
{
path: '/restaurantInfoDetail', //餐厅详情信息
name: 'restaurantInfoDetail',
component: resolve => require(['@/components/Restaurant/restaurantInfoDetail'], resolve),
meta: {
title: '餐厅详情信息'
},
},
{ {
path: '/RestaurantPackage', //餐厅套餐查询 path: '/RestaurantPackage', //餐厅套餐查询
name: 'RestaurantPackage', name: 'RestaurantPackage',
......
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