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
845942c1
Commit
845942c1
authored
Aug 06, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tiao
parent
0b864d8a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/order/rentVehicleInfo/index.vue
+2
-2
accItemSelector.vue
src/views/vehicle/accompanyingItem/accItemSelector.vue
+2
-2
No files found.
src/views/order/rentVehicleInfo/index.vue
View file @
845942c1
...
...
@@ -148,7 +148,7 @@
<span
>
还车:
</span>
<span
class=
"label-text"
>
{{form.orderRentVehicleDetail.endTime}}
</span><span
class=
"label-text"
>
{{form.orderRentVehicleDetail.endAddr}}
</span>
<span
class=
"label-text"
>
交车公司:
</span><span>
{{form.endCompanyName}}
</span>
</div>
<div
class=
"stepBox"
v-if=
"depositDetail"
>
<div
class=
"title"
v-if=
"depositRefundRecord.length>0"
>
退款
进度
</div>
<div
class=
"title"
v-if=
"depositRefundRecord.length>0"
>
押金退还
进度
</div>
<ul>
<li
v-for =
"(item,index) in depositRefundRecord"
:class=
"{'active':item.iscomplete}"
:key=
"index"
>
<img
class=
"activeImg"
v-if=
"item.iscomplete"
src=
"../../../assets/images/active.png"
alt=
""
>
...
...
@@ -861,7 +861,7 @@
.stepBox
li
{
position
:
relative
;
padding
:
0
20px
20px
20px
;
list-style
:
none
;
min-height
:
40px
;
border-left
:
1px
solid
#ccc
;
margin-top
:
-15px
;}
.stepBox
li
.active
{
border-color
:
#47E270
;}
.stepBox
ul
li
:last-child
{
border
:
none
;}
.activeImg
,
.doingImg
{
position
:
absolute
;
width
:
28px
;
top
:
-18px
;
left
:
-14px
;}
.activeImg
,
.doingImg
{
position
:
absolute
;
width
:
28px
;
top
:
-18px
;
left
:
-14px
;
background
:
#fff
}
.stepTitle
{
font-size
:
15px
;
color
:
#171413
;
padding-bottom
:
5px
}
.tip
{
font-size
:
10px
;
color
:
#999999
;}
.detailTitle
{
font-size
:
10px
;
color
:
#171413
;}
...
...
src/views/vehicle/accompanyingItem/accItemSelector.vue
View file @
845942c1
...
...
@@ -5,9 +5,9 @@
element-loading-spinner=
"el-icon-loading"
:visible
.
sync=
"dialogVisible"
>
<el-form
:model=
"selected"
:inline=
"true"
ref=
"form4Selected"
label-width=
"100px"
>
<el-collapse
v-model=
"activeTypes"
>
<el-collapse-item
v-for=
" (val, key, index) in allAccItem "
:title=
"getTypeName(key)"
:name=
"key"
:key=
"i
tem
"
>
<el-collapse-item
v-for=
" (val, key, index) in allAccItem "
:title=
"getTypeName(key)"
:name=
"key"
:key=
"i
ndex
"
>
<el-row
:gutter=
"10"
>
<el-col
v-for=
"
item in val "
:span=
"8"
:style=
"
{padding: '2px'}" :key="item
">
<el-col
v-for=
"
(item,index) in val"
:span=
"8"
:style=
"
{padding: '2px'}" :key="index
">
<el-col
:span=
"16"
:style=
"
{textAlign: 'center'}">
<span
:style=
"
{padding: '3px 10px', fontSize: '14px' ,display: 'inline-block'}">
{{
item
.
name
}}
</span>
</el-col>
...
...
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