Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
yimu
h5-admin
Commits
be71b139
Commit
be71b139
authored
Mar 08, 2022
by
verestrasz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a2377dc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
Financial.js
src/enums/Financial.js
+20
-0
No files found.
src/enums/Financial.js
View file @
be71b139
export
const
FinancialState
=
{
export
const
FinancialState
=
{
INTEGRAL_ISSUE
:
1
,
INTEGRAL_ISSUE
:
1
,
ALIPAY_ROLLS_OUT
:
2
,
WX_TRANSFERRED
:
3
,
WX_ROLLS_OUT
:
4
,
DIGITAL_TRAN_IN
:
5
,
DIGITAL_TRAN_IN
:
5
,
DIGITAL_TRAN_OUT
:
6
,
DIGITAL_TRAN_OUT
:
6
,
INTEGRAL_RECHARGE
:
7
,
INTEGRAL_RECHARGE
:
7
,
WITHDRAWAL
:
8
,
INTEGRAL_DEDUCTION
:
9
,
INTEGRAL_DEDUCTION
:
9
,
REFUND
:
10
,
REFUND
:
10
,
COMMODITY_PURCHASE
:
11
,
COMMODITY_PURCHASE
:
11
,
...
@@ -37,6 +41,18 @@ export const FinancialStateObj = {
...
@@ -37,6 +41,18 @@ export const FinancialStateObj = {
label
:
'平台积分-发行'
,
label
:
'平台积分-发行'
,
color
:
'default'
color
:
'default'
},
},
[
FinancialState
.
ALIPAY_ROLLS_OUT
]:
{
label
:
'支付宝转账-转出'
,
color
:
'default'
},
[
FinancialState
.
WX_TRANSFERRED
]:
{
label
:
'微信转账-转入'
,
color
:
'default'
},
[
FinancialState
.
WX_ROLLS_OUT
]:
{
label
:
'微信转账-转出'
,
color
:
'default'
},
[
FinancialState
.
DIGITAL_TRAN_IN
]:
{
[
FinancialState
.
DIGITAL_TRAN_IN
]:
{
label
:
'数字资产转帐-转入'
,
label
:
'数字资产转帐-转入'
,
color
:
'default'
color
:
'default'
...
@@ -49,6 +65,10 @@ export const FinancialStateObj = {
...
@@ -49,6 +65,10 @@ export const FinancialStateObj = {
label
:
'积分充值'
,
label
:
'积分充值'
,
color
:
'default'
color
:
'default'
},
},
[
FinancialState
.
WITHDRAWAL
]:
{
label
:
'提现'
,
color
:
'default'
},
[
FinancialState
.
INTEGRAL_DEDUCTION
]:
{
[
FinancialState
.
INTEGRAL_DEDUCTION
]:
{
label
:
'积分抵扣'
,
label
:
'积分抵扣'
,
color
:
'default'
color
:
'default'
...
...
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