oak-pay-business/lib/entities/AccountOper.js

65 lines
2.0 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '帐号操作',
attr: {
account: '帐号',
type: '类型',
totalPlus: '余额变化',
availPlus: '可用余额变化',
refundablePlus: '可退款余额变化',
total: "操作后余额",
avail: '操作后可用余额',
refundable: '操作后可退款余额',
entity: '关联对象',
entityId: '关联对象Id',
},
v: {
type: {
deposit: '充值',
withdraw: '提现',
consume: '消费',
consumeBack: '消费退还',
loan: '抵押',
repay: '偿还',
withdrawBack: '提现退还',
earn: '赚取',
tax: '渠道费',
taxRefund: '渠道费用退还',
cutoffRefundable: '削减可自由退额度',
refund: '退款',
refundFailure: '退款失败',
settle: '分账',
},
},
},
},
style: {
color: {
type: {
deposit: '#3498DB',
withdraw: '#F7DC6F',
withdrawBack: '#F7DC6F',
consume: '#A569BD',
consumeBack: '#009933',
loan: '#CD6155',
repay: '#82E0AA',
earn: '#FF3333',
tax: '#A569BD',
taxRefund: '#FF3333',
cutoffRefundable: '#2E4053',
refund: '#CC3333',
refundFailure: '#009933',
settle: '#157d5a',
}
}
},
configuration: {
actionType: 'appendOnly',
}
};