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
a4850f88
Commit
a4850f88
authored
May 10, 2022
by
肖健
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_cd' into dev_cd
parents
19141f39
1284357a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
27 deletions
+8
-27
getPrice.vue
pagesA/pages/index/getPrice.vue
+2
-2
addCar.vue
pagesB/pages/move-car/addCar.vue
+2
-2
editCar.vue
pagesB/pages/move-car/editCar.vue
+3
-22
loveCar.vue
pagesB/pages/move-car/loveCar.vue
+1
-1
No files found.
pagesA/pages/index/getPrice.vue
View file @
a4850f88
...
...
@@ -88,13 +88,13 @@ export default {
rules
:
{
"carInfo.brand"
:
{
type
:
"string"
,
required
:
tru
e
,
required
:
fals
e
,
message
:
"请填写品牌"
,
trigger
:
[
"blur"
,
"change"
],
},
"carInfo.carModel"
:
{
type
:
"string"
,
required
:
tru
e
,
required
:
fals
e
,
message
:
"请填写车型"
,
trigger
:
[
"blur"
,
"change"
],
},
...
...
pagesB/pages/move-car/addCar.vue
View file @
a4850f88
...
...
@@ -57,13 +57,13 @@ export default {
rules
:
{
"carInfo.brand"
:
{
type
:
"string"
,
required
:
tru
e
,
required
:
fals
e
,
message
:
"请填写品牌"
,
trigger
:
[
"blur"
,
"change"
],
},
"carInfo.carModel"
:
{
type
:
"string"
,
required
:
tru
e
,
required
:
fals
e
,
message
:
"请填写车型"
,
trigger
:
[
"blur"
,
"change"
],
},
...
...
pagesB/pages/move-car/editCar.vue
View file @
a4850f88
...
...
@@ -61,13 +61,13 @@ export default {
rules
:
{
"carInfo.brand"
:
{
type
:
"string"
,
required
:
tru
e
,
required
:
fals
e
,
message
:
"请填写品牌"
,
trigger
:
[
"blur"
,
"change"
],
},
"carInfo.carModel"
:
{
type
:
"string"
,
required
:
tru
e
,
required
:
fals
e
,
message
:
"请填写车型"
,
trigger
:
[
"blur"
,
"change"
],
},
...
...
@@ -91,26 +91,7 @@ export default {
},
]
},
items
:
[{
title
:
"挪车码编号"
,
value
:
"NC683723293239"
},
{
title
:
"车牌号"
,
value
:
"京A123456"
},
{
title
:
"品牌"
,
value
:
"宝马"
},
{
title
:
"车型"
,
value
:
"SUV"
},
{
title
:
"绑定手机号"
,
value
:
"156****9633"
}
]
items
:
[]
};
},
methods
:
{
...
...
pagesB/pages/move-car/loveCar.vue
View file @
a4850f88
...
...
@@ -14,7 +14,7 @@
<image
src=
"@/static/move-car/love-car6.png"
/>
</div>
<div
class=
"item__title"
>
{{
vo
.
brand
}}
-
{{
vo
.
carModel
}}
{{
vo
.
carNo
}}
</div>
<div
class=
"item__edit"
@
click=
"editCar(vo.id)"
>
<image
src=
"@/static/move-car/love-car2.png"
/>
...
...
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