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
42240aa5
Commit
42240aa5
authored
4 months ago
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
8f9da8d0
2c0773cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
restaurantList.vue
src/components/Restaurant/restaurantList.vue
+13
-7
No files found.
src/components/Restaurant/restaurantList.vue
View file @
42240aa5
...
@@ -355,21 +355,28 @@
...
@@ -355,21 +355,28 @@
<div
class=
"hotelTitle"
>
{{
$t
(
'ground.zhenshimingcheng'
)
}}
:
<font
class=
"F1"
>
{{
item
.
RealName
}}
</font>
<div
class=
"hotelTitle"
>
{{
$t
(
'ground.zhenshimingcheng'
)
}}
:
<font
class=
"F1"
>
{{
item
.
RealName
}}
</font>
</div>
</div>
</el-tooltip>
</el-tooltip>
<template
v-if=
"item.OpenPlatformList&&item.OpenPlatformList.length>0"
>
<div
class=
"hotelTitle"
v-if=
"item.Country==651"
>
{{
$t
(
'hotel.hotel_detailinfo'
)
}}
:
{{
item
.
ProvinceName
}}{{
item
.
CityName
}}{{
item
.
DistrictName
}}
</div>
<div
v-else
class=
"hotelTitle"
>
{{
$t
(
'hotel.hotel_detailinfo'
)
}}
:
{{
item
.
Address
}}
</div>
<!--
<template
v-if=
"item.OpenPlatformList&&item.OpenPlatformList.length>0"
>
<div
class=
"hotelTitle fz12"
>
{{
$t
(
'objFill.v101.Rest.shangjiapit'
)
}}
:
<span
v-for=
"(items,index) in item.OpenPlatformList"
<div
class=
"hotelTitle fz12"
>
{{
$t
(
'objFill.v101.Rest.shangjiapit'
)
}}
:
<span
v-for=
"(items,index) in item.OpenPlatformList"
:class=
"
{'L1':items.ID==1,'L2':items.ID==2,'L3':items.ID==3,'L4':items.ID==4,'L5':items.ID==5}"
:class=
"
{'L1':items.ID==1,'L2':items.ID==2,'L3':items.ID==3,'L4':items.ID==4,'L5':items.ID==5}"
:key="`pl_`+index" style="margin-left:1.5px;">
{{
items
.
Name
}}
</span>
:key="`pl_`+index" style="margin-left:1.5px;">
{{
items
.
Name
}}
</span>
</div>
</div>
</
template
>
</
template
>
-->
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.UseTypeListStr"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.UseTypeListStr"
placement=
"top-start"
popper-class=
"max-w250"
>
popper-class=
"max-w250"
>
<div
class=
"hotelTitle fz12"
>
{{$t('objFill.v101.traveltrip.shiyonglex')}}:
<font
class=
"F2"
v-for=
"(subItem,subIndex) in item.UseTypeList"
<div
class=
"hotelTitle fz12"
>
{{$t('objFill.v101.traveltrip.shiyonglex')}}:
<font
class=
"F2"
:key=
"`ut_`+index+subIndex"
>
v-for=
"(subItem,subIndex) in item.UseTypeList"
:key=
"`ut_`+index+subIndex"
>
{{subItem}}
{{subItem}}
</font>
</font>
</div>
</div>
</el-tooltip>
</el-tooltip>
<div
class=
"hotelTitle fz12"
>
{{$t('objFill.v101.Rest.zuidicanb')}}:
<font
class=
"F3"
>
{{item.UnitPrice>0?item.UnitPrice:"/"}}
</font>
<div
class=
"hotelTitle fz12"
>
{{$t('objFill.v101.Rest.zuidicanb')}}:
<font
class=
"F3"
>
{{item.UnitPrice>0?item.UnitPrice:"/"}}
</font>
</div>
</div>
<div
style=
"padding:0 0 15px 15px;margin-top: 5px;"
>
<div
style=
"padding:0 0 15px 15px;margin-top: 5px;"
>
<i
class=
"iconfont icon-renyuanguanli"
></i>
<i
class=
"iconfont icon-renyuanguanli"
></i>
...
@@ -380,8 +387,7 @@
...
@@ -380,8 +387,7 @@
<button
v-if=
"IsEditDmcSource==1"
@
click=
"goSubInfo('restaurantInfoManage',item.ID)"
<button
v-if=
"IsEditDmcSource==1"
@
click=
"goSubInfo('restaurantInfoManage',item.ID)"
class=
"hotelBtn"
>
{{$t('pub.updateMsg')}}
</button>
class=
"hotelBtn"
>
{{$t('pub.updateMsg')}}
</button>
<button
@
click=
"goUrl('RestaurantPackage',item.ID)"
<button
@
click=
"goUrl('RestaurantPackage',item.ID)"
class=
"hotelBtn"
>
{{$t('restaurant.res_package')}}
</button>
class=
"hotelBtn"
>
{{$t('restaurant.res_package')}}
</button>
<button
@
click=
"goSubInfo('restaurantInfoDetail',item.ID)"
class=
"hotelBtn"
>
{{$t('fnc.xiangqing')}}
</button>
<button
@
click=
"goSubInfo('restaurantInfoDetail',item.ID)"
class=
"hotelBtn"
>
{{$t('fnc.xiangqing')}}
</button>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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