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
1b3affd3
authored
2024-05-31 16:45:41 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
预定说明
1 parent
d2718611
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
src/viewsPc/components/orderRemark.vue
src/viewsPc/components/orderRemark.vue
View file @
1b3affd
<
template
>
<el-dialog
:title=
"title"
v-model=
"show"
width=
"30%"
@
close=
"close"
>
<div>
<div
class=
"pd20"
v-html=
"form.reserveDes"
></div>
<div
v-if=
"type==1"
class=
"pd20"
v-html=
"form.reserveDes"
></div>
<div
v-if=
"type==2"
class=
"pd20"
v-html=
"form.reserveDesCar"
></div>
<div
v-if=
"type==3"
class=
"pd20"
v-html=
"form.reserveDesFood"
></div>
<div
v-if=
"type==4"
class=
"pd20"
v-html=
"form.reserveDesMeal"
></div>
<div
v-if=
"type==5"
class=
"pd20"
v-html=
"form.reserveDesPhoto"
></div>
<div
v-if=
"type==0"
class=
"pd20"
v-html=
"form.reserveDesTitck"
></div>
</div>
<template
#
footer
>
<div
class=
"dialog-footer text-center"
>
...
...
@@ -40,6 +45,7 @@ function getData() {
console
.
log
(
matchId
)
getBaseInfoByActiveId
(
matchId
).
then
(
res
=>
{
form
.
value
=
res
.
data
||
{}
console
.
log
(
form
.
value
)
}).
catch
(
err
=>
{
console
.
log
(
err
)
})
...
...
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