Commit be71b139 authored by verestrasz's avatar verestrasz

update

parent a2377dc2
export const FinancialState = {
INTEGRAL_ISSUE: 1,
ALIPAY_ROLLS_OUT: 2,
WX_TRANSFERRED: 3,
WX_ROLLS_OUT: 4,
DIGITAL_TRAN_IN: 5,
DIGITAL_TRAN_OUT: 6,
INTEGRAL_RECHARGE: 7,
WITHDRAWAL: 8,
INTEGRAL_DEDUCTION: 9,
REFUND: 10,
COMMODITY_PURCHASE: 11,
......@@ -37,6 +41,18 @@ export const FinancialStateObj = {
label: '平台积分-发行',
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]: {
label: '数字资产转帐-转入',
color: 'default'
......@@ -49,6 +65,10 @@ export const FinancialStateObj = {
label: '积分充值',
color: 'default'
},
[FinancialState.WITHDRAWAL]: {
label: '提现',
color: 'default'
},
[FinancialState.INTEGRAL_DEDUCTION]: {
label: '积分抵扣',
color: 'default'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment