Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
million
Commits
ce93232f
Commit
ce93232f
authored
Mar 03, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
17b4be7e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
688 additions
and
1 deletion
+688
-1
orderPreview.vue
src/components/car/orderPreview.vue
+1
-1
orderForm.vue
src/pages/Pickuporder/orderForm.vue
+687
-0
No files found.
src/components/car/orderPreview.vue
View file @
ce93232f
...
...
@@ -41,7 +41,7 @@
<div
class=
"col"
:class=
"{'column':$q.platform.is.mobile}"
>
<div
v-if=
"selectedObj"
>
<span
class=
"text-subtitle2 text-weight-bold"
>
{{selectedObj.CarName}}
</span>
<span
class=
"text-grey-6 f12 q-ml-sm"
></span>
({{ selectedObj.PeopleNum }}人)
</span>
<span
class=
"text-grey-6 f12 q-ml-sm"
></span>
({{ selectedObj.PeopleNum }}人
+{{ selectedObj.PeopleNum }}行李
)
</span>
</div>
<div
v-if=
"$q.platform.is.mobile"
>
<span
class=
"text-grey-7 product-price"
style=
"font-size: 13px"
>
...
...
src/pages/Pickuporder/orderForm.vue
0 → 100644
View file @
ce93232f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment