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
6de7e49d
Commit
6de7e49d
authored
Aug 16, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
13917e66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
commonDinnerInfo.vue
src/components/commonPage/commonDinnerInfo.vue
+7
-4
No files found.
src/components/commonPage/commonDinnerInfo.vue
View file @
6de7e49d
...
...
@@ -58,16 +58,19 @@
</td>
<td
style=
"text-align:left;padding-left:3px;"
>
<el-link
style=
"font-size:12px;"
@
click=
"goDinnerDetails('restaurantInfoManage', hotelSubItem.OldDiningID ) "
><template
v-if=
"hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName && hotelSubItem.NewDinnerRealName!=''"
>
<span
style=
"text-decoration:line-through;"
>
{{
hotelSubItem
.
DinnerRealName
}}
</span>
<el-link
type=
"info"
style=
"font-size:12px;"
@
click=
"goDinnerDetails('restaurantInfoManage', hotelSubItem.OldDiningID ) "
><template
v-if=
"hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName && hotelSubItem.NewDinnerRealName!=''"
>
<span
style=
"text-decoration:line-through;
color:#606266;
"
>
{{
hotelSubItem
.
DinnerRealName
}}
</span>
</
template
>
<
template
v-else
>
{{
hotelSubItem
.
DinnerRealName
}}
<span
style=
"color:#606266;"
>
{{
hotelSubItem
.
DinnerRealName
}}
</span>
</
template
></el-link>
</td>
<td
style=
"text-align:left;padding-left:3px;color:red"
>
<el-link
style=
"font-size:12px;"
@
click=
"goDinnerDetails('restaurantInfoManage', hotelSubItem.NewDiningID ) "
>
{{hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName?""+hotelSubItem.NewDinnerRealName:""}}
</el-link>
<el-link
type=
"info"
style=
"font-size:12px;"
@
click=
"goDinnerDetails('restaurantInfoManage', hotelSubItem.NewDiningID ) "
>
<span
style=
"color:#606266;"
>
{{hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName?""+hotelSubItem.NewDinnerRealName:""}}
</span>
</el-link>
</td>
<td
>
<
template
v-if=
"showHotelObj.showPrice&&hotelSubItem.PriceList&&hotelSubItem.PriceList.length>0"
>
...
...
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