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
33a6dc0f
authored
2025-07-15 16:27:32 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
H5适配
1 parent
4dd5c7d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/viewsPc/booking/car.vue
src/viewsPc/booking/carOrder.vue
src/viewsPc/booking/car.vue
View file @
33a6dc0
...
...
@@ -8,7 +8,7 @@
<br>
<br>
<div
class=
"box"
>
<el-row
:gutter=
"
10
0"
>
<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>
...
...
src/viewsPc/booking/carOrder.vue
View file @
33a6dc0
...
...
@@ -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>
...
...
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