Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
714bac2a
Commit
714bac2a
authored
Sep 01, 2021
by
高铭波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改钱包结算单状态标记换行问题
parent
6723ed0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
settlement.vue
src/components/mine/settlement.vue
+3
-2
statement.vue
src/components/mine/statement.vue
+8
-7
No files found.
src/components/mine/settlement.vue
View file @
714bac2a
...
...
@@ -113,11 +113,12 @@
border
:
2rpx
solid
#FF930D
;
font-size
:
20rpx
;
color
:
#FF930D
;
width
:
80rpx
;
min-
width
:
80rpx
;
height
:
40rpx
;
text-align
:
center
;
padding-top
:
4rpx
;
margin-right
:
10rpx
;
line-height
:
40rpx
;
padding
:
0
10rpx
;
&
.settlement-type-y
{
border
:
2rpx
solid
#FF930D
;
...
...
src/components/mine/statement.vue
View file @
714bac2a
...
...
@@ -77,15 +77,15 @@
return
this
.
$u
.
timeFormat
(
this
.
data
.
updateDatetime
,
'mm.dd'
)
}
}
},
methods
:{
},
methods
:{
handleClick
()
{
if
(
this
.
data
.
status
==
'已确认'
)
{
this
.
$emit
(
'click'
,
this
.
data
.
orderId
)
}
else
{
this
.
$u
.
toast
(
'需等系统确认该订单,才可查看订单详情'
)
}
}
}
}
}
}
</
script
>
...
...
@@ -130,10 +130,11 @@
border
:
2rpx
solid
#FF930D
;
font-size
:
20rpx
;
color
:
#FF930D
;
width
:
80rpx
;
min-
width
:
80rpx
;
height
:
40rpx
;
text-align
:
center
;
padding-top
:
4rpx
;
line-height
:
40rpx
;
padding
:
0
10rpx
;
&
.statement-type-y
{
border
:
2rpx
solid
#FF930D
;
...
...
@@ -163,4 +164,4 @@
margin
:
0
30rpx
;
}
}
</
style
>
</
style
>
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