Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
62187a9c
Commit
62187a9c
authored
Aug 10, 2022
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
a8fb0424
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
src/const/crud/financial/details.js
+1
-1
src/views/financial/components/ApplyWithdrawPopup.vue
+2
-2
src/views/financial/components/BindCardPopup.vue
+1
-1
src/views/financial/details.vue
+1
-1
No files found.
src/const/crud/financial/details.js
View file @
62187a9c
...
@@ -26,7 +26,7 @@ export const tableOption = {
...
@@ -26,7 +26,7 @@ export const tableOption = {
"label"
:
"进出账"
,
"label"
:
"进出账"
,
"prop"
:
"systemEffect"
,
"prop"
:
"systemEffect"
,
"formatter"
:
(
row
,
value
,
label
)
=>
{
"formatter"
:
(
row
,
value
,
label
)
=>
{
return
row
.
systemEffect
==
1
?
"
出账"
:
"进
账"
return
row
.
systemEffect
==
1
?
"
进账"
:
"出
账"
}
}
},
},
{
{
...
...
src/views/financial/components/ApplyWithdrawPopup.vue
View file @
62187a9c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<el-dialog
<el-dialog
title=
"提现"
title=
"提现"
:visible
.
sync=
"show"
:visible
.
sync=
"show"
width=
"
25
%"
width=
"
30
%"
:close-on-click-modal=
"false"
:close-on-click-modal=
"false"
:before-close=
"handleClose"
:before-close=
"handleClose"
append-to-body
>
append-to-body
>
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
return
0
return
0
},
},
topText
()
{
topText
()
{
return
'可提现金额为:'
+
this
.
balance
+
'元'
return
'可提现金额为:'
+
this
.
valid
+
'元'
},
},
bottomText
()
{
bottomText
()
{
let
rate
=
Math
.
round
(
this
.
rate
*
100
)
/
100
*
100
let
rate
=
Math
.
round
(
this
.
rate
*
100
)
/
100
*
100
...
...
src/views/financial/components/BindCardPopup.vue
View file @
62187a9c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<el-dialog
<el-dialog
title=
"绑定银行卡"
title=
"绑定银行卡"
:visible
.
sync=
"show"
:visible
.
sync=
"show"
width=
"
25
%"
width=
"
30
%"
:close-on-click-modal=
"false"
:close-on-click-modal=
"false"
:before-close=
"handleClose"
:before-close=
"handleClose"
append-to-body
>
append-to-body
>
...
...
src/views/financial/details.vue
View file @
62187a9c
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
...
p
,
...
p
,
startTime
:
range
[
0
],
startTime
:
range
[
0
],
endTime
:
range
[
1
],
endTime
:
range
[
1
],
type
:
params
.
type
way
:
params
.
type
}
}
}
}
return
p
return
p
...
...
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