Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b693f3f5
authored
2025-06-06 16:05:59 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
票务
1 parent
89201e19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
src/viewsPc/booking/ticket/confirmOrder.vue
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/ticket/confirmOrder.vue
View file @
b693f3f
...
...
@@ -41,18 +41,18 @@
<div
v-if=
"TickForm2.ticketType == '1'"
>
<el-form-item
:label=
"language == 0 ? '桌号' : 'Table'"
>
<
el-popover
:width=
"400"
placement=
"right"
trigger=
"hover"
>
<template
#
reference
>
<div
class=
"text-primary underline pointer"
@
click=
"showImg"
>
{{
language
==
0
?
'查看区域布局'
:
' View Area Layout'
}}
</div
>
</
template
>
<el-image
:preview-src-list=
"[fillImgUrl(tickImg)]"
:src=
"fillImgUrl(tickImg)"
style=
"width: 100%;"
/
>
<
/el-popover
>
<
!--
<el-popover
:width=
"400"
placement=
"right"
trigger=
"hover"
>
--
>
<!--
<template
#
reference
>
--
>
<!--
<div
class=
"text-primary underline pointer"
@
click=
"showImg"
>
--
>
<!--
{{
language
==
0
?
'查看区域布局'
:
' View Area Layout'
}}
-->
<!--
</div>
--
>
<!--
</
template
>
--
>
<!-- <el-image-->
<!-- :preview-src-list="[fillImgUrl(tickImg)]" :src="fillImgUrl(tickImg)"-->
<!-- style="width: 100%;"-->
<!-- />--
>
<
!-- </el-popover>--
>
<!-- -->
<el-radio-group
v-model=
"currDesk"
>
<el-radio-button
...
...
src/viewsPc/booking/ticket/index.vue
View file @
b693f3f
...
...
@@ -321,7 +321,7 @@ getTicketList()
async
function
getTicketList
()
{
const
res
=
await
getTicketListApi
({
activityId
:
activeId
.
value
,
isView
:
1
activityId
:
activeId
.
value
,
status
:
1
})
tickClass
.
value
=
res
.
rows
if
(
tickClass
.
value
.
length
>
0
)
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment