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
842badd7
Commit
842badd7
authored
May 10, 2022
by
fwz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆信息品牌和车型改为非必填
parent
ed82c10d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
25 deletions
+6
-25
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.
pagesB/pages/move-car/addCar.vue
View file @
842badd7
...
@@ -57,13 +57,13 @@ export default {
...
@@ -57,13 +57,13 @@ export default {
rules
:
{
rules
:
{
"carInfo.brand"
:
{
"carInfo.brand"
:
{
type
:
"string"
,
type
:
"string"
,
required
:
tru
e
,
required
:
fals
e
,
message
:
"请填写品牌"
,
message
:
"请填写品牌"
,
trigger
:
[
"blur"
,
"change"
],
trigger
:
[
"blur"
,
"change"
],
},
},
"carInfo.carModel"
:
{
"carInfo.carModel"
:
{
type
:
"string"
,
type
:
"string"
,
required
:
tru
e
,
required
:
fals
e
,
message
:
"请填写车型"
,
message
:
"请填写车型"
,
trigger
:
[
"blur"
,
"change"
],
trigger
:
[
"blur"
,
"change"
],
},
},
...
...
pagesB/pages/move-car/editCar.vue
View file @
842badd7
...
@@ -61,13 +61,13 @@ export default {
...
@@ -61,13 +61,13 @@ export default {
rules
:
{
rules
:
{
"carInfo.brand"
:
{
"carInfo.brand"
:
{
type
:
"string"
,
type
:
"string"
,
required
:
tru
e
,
required
:
fals
e
,
message
:
"请填写品牌"
,
message
:
"请填写品牌"
,
trigger
:
[
"blur"
,
"change"
],
trigger
:
[
"blur"
,
"change"
],
},
},
"carInfo.carModel"
:
{
"carInfo.carModel"
:
{
type
:
"string"
,
type
:
"string"
,
required
:
tru
e
,
required
:
fals
e
,
message
:
"请填写车型"
,
message
:
"请填写车型"
,
trigger
:
[
"blur"
,
"change"
],
trigger
:
[
"blur"
,
"change"
],
},
},
...
@@ -91,26 +91,7 @@ export default {
...
@@ -91,26 +91,7 @@ export default {
},
},
]
]
},
},
items
:
[{
items
:
[]
title
:
"挪车码编号"
,
value
:
"NC683723293239"
},
{
title
:
"车牌号"
,
value
:
"京A123456"
},
{
title
:
"品牌"
,
value
:
"宝马"
},
{
title
:
"车型"
,
value
:
"SUV"
},
{
title
:
"绑定手机号"
,
value
:
"156****9633"
}
]
};
};
},
},
methods
:
{
methods
:
{
...
...
pagesB/pages/move-car/loveCar.vue
View file @
842badd7
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<image
src=
"@/static/move-car/love-car6.png"
/>
<image
src=
"@/static/move-car/love-car6.png"
/>
</div>
</div>
<div
class=
"item__title"
>
<div
class=
"item__title"
>
{{
vo
.
brand
}}
-
{{
vo
.
carModel
}}
{{
vo
.
carNo
}}
</div>
</div>
<div
class=
"item__edit"
@
click=
"editCar(vo.id)"
>
<div
class=
"item__edit"
@
click=
"editCar(vo.id)"
>
<image
src=
"@/static/move-car/love-car2.png"
/>
<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