Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
ceea6936
Commit
ceea6936
authored
Aug 19, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
83deb87c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
commonDinnerInfo.vue
src/components/commonPage/commonDinnerInfo.vue
+3
-3
config.js
src/router/config.js
+8
-0
No files found.
src/components/commonPage/commonDinnerInfo.vue
View file @
ceea6936
...
@@ -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('restaurantInfo
Manage
', hotelSubItem.OldDiningID ) "
>
@
click=
"goDinnerDetails('restaurantInfo
Detail
', 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('restaurantInfo
Manage
', hotelSubItem.OldDiningID ) "
>
@
click=
"goDinnerDetails('restaurantInfo
Detail
', 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('restaurantInfo
Manage
', hotelSubItem.NewDiningID ) "
>
@
click=
"goDinnerDetails('restaurantInfo
Detail
', hotelSubItem.NewDiningID ) "
>
{{hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName?""+hotelSubItem.NewDinnerRealName:""}}
{{hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName?""+hotelSubItem.NewDinnerRealName:""}}
</span>
</span>
</td>
</td>
...
...
src/router/config.js
View file @
ceea6936
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment