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

47 lines
1.3 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '系统账户操作',
attr: {
type: '类型',
delta: '余额变化',
entity: '关联对象',
entityId: '关联对象Id',
pay: '关联支付',
refund: '关联退款',
withdrawTransfer: '关联转账提现',
sysAccountMove: '系统资金移动',
},
v: {
type: {
withdrawTransfer: '提现转账',
pay: '支付',
refund: '退款',
compensate: '补偿',
moveIn: '转入',
moveOut: '转出',
},
},
},
},
style: {
color: {
type: {
withdrawTransfer: '#F7DC6F',
pay: '#82E0AA',
refund: '#2E4053',
compensate: '#00CCCC',
moveIn: '#66CC00',
moveOut: '#CC3300',
}
}
},
configuration: {
actionType: 'appendOnly',
}
};