Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
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
c17e4162
authored
2025-07-15 16:29:01 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch '线上版本修复' into devmatch
2 parents
446de369
33a6dc0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
9 deletions
src/viewsPc/booking/car.vue
src/viewsPc/booking/carOrder.vue
src/viewsPc/booking/car.vue
View file @
c17e416
...
...
@@ -8,9 +8,9 @@
<br>
<br>
<div
class=
"box"
>
<el-row
:gutter=
"
18
0"
>
<el-col
:
span=
"12
"
>
<el-card>
<el-row
:gutter=
"
2
0"
>
<el-col
:
lg=
"12"
:md=
"12"
:xl=
"12"
:xs=
"24"
class=
"b20
"
>
<el-card
style=
"max-width:550px;margin: 0 auto"
>
<h2
class=
"text-center gradient-text"
>
{{
language
==
0
?
'接机'
:
"airport pickup"
}}
</h2>
<div
v-if=
"language==0"
>
<el-form
...
...
@@ -23,7 +23,6 @@
@
change=
"changeSelectIn"
>
<el-option
v-for=
"val in cardData.in"
:key=
"val"
:label=
"val"
:value=
"val"
/>
</el-select>
</el-form-item>
<br>
...
...
@@ -66,8 +65,8 @@
<br>
</el-card>
</el-col>
<el-col
:
span=
"12
"
>
<el-card>
<el-col
:
lg=
"12"
:md=
"12"
:xl=
"12"
:xs=
"24"
class=
"b20
"
>
<el-card
style=
"max-width:550px;margin: 0 auto"
>
<h2
class=
"text-center gradient-text"
>
{{
language
==
0
?
'送机'
:
'airport drop-off service'
}}
</h2>
<div
v-if=
"language==0"
>
<el-form
...
...
@@ -122,6 +121,8 @@
</el-card>
</el-col>
</el-row>
<br>
<br>
</div>
...
...
@@ -428,4 +429,18 @@ function goOrder(item, car) {
}
}
}
.b20
{
margin-bottom
:
20px
;
}
@media
screen
and
(
max-width
:
768px
)
{
.formEn
{
padding-right
:
0
;
}
.form
{
padding-right
:
0
;
}
}
</
style
>
...
...
src/viewsPc/booking/carOrder.vue
View file @
c17e416
...
...
@@ -9,7 +9,7 @@
</div>
</
template
>
<el-row
:gutter=
"20"
class=
"pd20"
>
<el-col
:
span=
"14
"
>
<el-col
:
lg=
"14"
:md=
"14"
:xl=
"14"
:xs=
"24"
style=
"margin-bottom: 20px;
"
>
<div
class=
"border-info"
>
<div
class=
"flex aic"
>
<h3
class=
"esp"
>
{{ item.checkIn }}
</h3>
...
...
@@ -22,7 +22,7 @@
{{ language == 0 ? '预约信息' : 'Reservation information' }}
</div>
<div
class=
"border-rr mt20 pd20"
>
<el-form
ref=
"formRef"
:label-width=
"
language == 0 ?'120':'200'
"
:model=
"form"
:rules=
"rules"
>
<el-form
ref=
"formRef"
:label-width=
"
120
"
:model=
"form"
:rules=
"rules"
>
<el-form-item
:label=
"language==0?'人数':'Person Count'"
prop=
"pickUpBo.count"
>
<el-input-number
v-model=
"form.pickUpBo.count"
type=
"text"
@
change=
"changecarNum"
/>
</el-form-item>
...
...
@@ -71,7 +71,7 @@
</el-form>
</div>
</el-col>
<el-col
:
span=
"10
"
>
<el-col
:
lg=
"10"
:md=
"10"
:xl=
"10"
:xs=
"24
"
>
<div
class=
"leftboderTT"
>
{{ language == 0 ? '订单明细' : 'Order details' }}
</div>
<div
class=
"border-rr mt20 pd20 ccitemBox"
>
<label>
{{ language == 0 ? '单价' : 'Price' }}
...
...
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