Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
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
Administrator
jd-vx-app
Commits
63e9a270
Commit
63e9a270
authored
Apr 28, 2022
by
fwz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的挪车码详情bug
parent
b508c001
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
20 deletions
+5
-20
moveCarDetail.vue
pagesB/pages/move-car/moveCarDetail.vue
+5
-20
No files found.
pagesB/pages/move-car/moveCarDetail.vue
View file @
63e9a270
...
...
@@ -29,26 +29,7 @@
export
default
{
data
()
{
return
{
items
:
[{
title
:
"挪车码编号"
,
value
:
"NC683723293239"
},
{
title
:
"车牌号"
,
value
:
"京A123456"
},
{
title
:
"品牌"
,
value
:
"宝马"
},
{
title
:
"车型"
,
value
:
"SUV"
},
{
title
:
"绑定手机号"
,
value
:
"156****9633"
}
],
items
:
[],
id
:
''
,
};
},
...
...
@@ -70,6 +51,7 @@ export default {
list
.
push
({
title
:
"车型"
,
value
:
data
.
carModel
})
list
.
push
({
title
:
"绑定手机号"
,
value
:
data
.
userMobile
})
this
.
items
=
list
console
.
log
(
this
.
items
)
}
})
}
...
...
@@ -77,6 +59,9 @@ export default {
onLoad
(
option
)
{
this
.
id
=
option
.
id
},
onShow
()
{
this
.
getMoveCode
()
},
}
</
script
>
...
...
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