Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
afa664eb
Commit
afa664eb
authored
May 10, 2019
by
youjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
005d621a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/vehicle/vehicleInfo/index.vue
+1
-1
index.vue
src/views/vehicle/vehicleUpkeepLog/index.vue
+1
-1
No files found.
src/views/vehicle/vehicleInfo/index.vue
View file @
afa664eb
...
...
@@ -656,7 +656,7 @@
</el-form-item>
<el-form-item
label=
"保养项目"
prop=
"upkeepItems"
>
<el-checkbox-group
v-model=
"upkeepForm.upkeepItems"
>
<el-checkbox
v-for=
"item in allUpkeepItems"
:label=
"item.id"
>
{{item.name}}
</el-checkbox>
<el-checkbox
v-for=
"item in allUpkeepItems"
:label=
"item.id"
:key=
"item.id"
>
{{item.name}}
</el-checkbox>
</el-checkbox-group>
</el-form-item>
...
...
src/views/vehicle/vehicleUpkeepLog/index.vue
View file @
afa664eb
...
...
@@ -75,7 +75,7 @@
<el-input
v-model=
"form.branchCompanyName"
></el-input>
</el-form-item>
<el-form-item
label=
"保养项目"
prop=
"upkeepItems"
>
<el-checkbox
v-for=
"item in form.upkeepItems"
:label=
"item.id"
checked
>
{{item.itemName}}
</el-checkbox>
<el-checkbox
v-for=
"item in form.upkeepItems"
:label=
"item.id"
:key=
"item.id"
checked
>
{{item.itemName}}
</el-checkbox>
</el-form-item>
</el-form>
</el-dialog>
...
...
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