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
76427107
Commit
76427107
authored
Oct 23, 2020
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
排班弹窗
parent
3439ecac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vehicleExhibitionModal.vue
...s/vehicle/vehicleSchedulManage/vehicleExhibitionModal.vue
+1
-1
vehicleMaintenanceModal.vue
.../vehicle/vehicleSchedulManage/vehicleMaintenanceModal.vue
+1
-1
No files found.
src/views/vehicle/vehicleSchedulManage/vehicleExhibitionModal.vue
View file @
76427107
<!--车辆排班 保养弹框-->
<
template
>
<el-dialog
:title=
"currentItem.title"
:visible
.
sync=
"zhanlan"
width=
"10%"
>
<el-dialog
:title=
"currentItem.title"
:visible
.
sync=
"zhanlan"
>
<el-form
:model=
"currentItem"
ref=
"currentItem"
label-width=
"120px"
>
<el-form-item
label=
"车牌号:"
>
<span>
{{
currentItem
.
item
.
numberPlate
}}
</span>
...
...
src/views/vehicle/vehicleSchedulManage/vehicleMaintenanceModal.vue
View file @
76427107
<!--车辆排班 保养弹框-->
<
template
>
<el-dialog
title=
"保养用车"
:visible
.
sync=
"baoyang"
width=
"10%"
>
<el-dialog
title=
"保养用车"
:visible
.
sync=
"baoyang"
>
<el-form
:model=
"currentItem"
ref=
"currentItem"
label-width=
"120px"
>
<el-form-item
label=
"车牌号:"
>
<span>
{{
currentItem
.
item
.
numberPlate
}}
</span>
...
...
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