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
34661c4e
Commit
34661c4e
authored
Aug 16, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
67db46b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
commonDinnerInfo.vue
src/components/commonPage/commonDinnerInfo.vue
+16
-15
No files found.
src/components/commonPage/commonDinnerInfo.vue
View file @
34661c4e
...
...
@@ -44,10 +44,11 @@
<th
width=
"120"
>
{{
$t
(
'pub.date'
)
}}
</th>
<th
width=
"150"
>
餐厅名称
</th>
<th
width=
"150"
>
更换餐厅
</th>
<th
width=
"120"
>
{{
$t
(
'salesModule.DJstatus'
)
}}
</th>
<th
width=
"150"
v-if=
"showHotelObj.showPrice"
>
餐标
</th>
<th
width=
"100"
v-if=
"showHotelObj.showZhan"
>
预约时间
</th>
<th
width=
"100"
v-if=
"showHotelObj.showZhan"
>
操作人
</th>
<th
width=
"120"
>
{{
$t
(
'salesModule.DJstatus'
)
}}
</th>
<th
width=
"100"
v-if=
"showHotelObj.showZhan"
>
确认时间
</th>
</tr>
<template
v-if=
" DiningObj&& DiningObj.length>0"
>
...
...
@@ -67,19 +68,7 @@
{{hotelSubItem.DinnerName!=hotelSubItem.NewDinnerName?""+hotelSubItem.NewDinnerName:""}}
</td>
<td>
<span>
<
template
v-if=
"hotelSubItem.OrderState==1"
>
<a
style=
"color:green"
>
确定
</a>
</
template
>
<
template
v-else-if=
"hotelSubItem.OrderState==-1"
>
<a
style=
"color:red"
></a>
</
template
>
<
template
v-else-if=
"hotelSubItem.OrderState==2"
>
<a
style=
"color:red"
>
暂定
</a>
</
template
>
</span>
</td>
<td
>
<
template
v-if=
"showHotelObj.showPrice&&hotelSubItem.PriceList&&hotelSubItem.PriceList.length>0"
>
<span
v-for=
"(priceSubItem,priceSubIndex) in hotelSubItem.PriceList"
:key=
"`din`+priceSubIndex"
>
...
...
@@ -88,7 +77,6 @@
</
template
>
</span>
</template>
</td>
<td>
{{hotelSubItem.DiningTypeName}}
<br
/>
{{hotelSubItem.BookTime}}
...
...
@@ -96,6 +84,19 @@
<td>
{{hotelSubItem.CreateByName}}
</td>
<td>
<span>
<
template
v-if=
"hotelSubItem.OrderState==1"
>
<a
style=
"color:green"
>
确定
</a>
</
template
>
<
template
v-else-if=
"hotelSubItem.OrderState==-1"
>
<a
style=
"color:red"
></a>
</
template
>
<
template
v-else-if=
"hotelSubItem.OrderState==2"
>
<a
style=
"color:red"
>
暂定
</a>
</
template
>
</span>
</td>
<td>
{{hotelSubItem.SureTime}}
</td>
...
...
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