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
1c3c425c
authored
2025-06-10 10:11:32 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
再次预定
1 parent
f25d1eee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
src/viewsPc/center/myReservation.vue
src/viewsPc/center/myReservation.vue
View file @
1c3c425
...
...
@@ -133,7 +133,7 @@
</div>
<div
class=
"text-right"
>
<el-button
v-if=
"(b.orderType == 0||b.orderType == 5)&&b.viewStatus!=0"
class=
"mb10"
plain
round
v-if=
"(b.orderType == 0||b.orderType == 5
||b.orderType==1
)&&b.viewStatus!=0"
class=
"mb10"
plain
round
size=
"small"
type=
"success"
@
click=
"Rebook(b)"
>
...
...
@@ -234,6 +234,12 @@ function goDetail(b) {
function
Rebook
(
row
)
{
console
.
log
(
row
)
if
(
row
.
orderType
==
1
)
{
return
router
.
push
({
path
:
`/booking/car/
${
row
.
activeId
}
`
})
}
if
(
row
.
orderType
==
0
)
{
router
.
push
({
name
:
'hotelDetail'
,
...
...
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