39 lines
947 B
JavaScript
39 lines
947 B
JavaScript
;
|
|
export const entityDesc = {
|
|
locales: {
|
|
zh_CN: {
|
|
name: '系统账户操作',
|
|
attr: {
|
|
type: '类型',
|
|
delta: '余额变化',
|
|
entity: '关联对象',
|
|
entityId: '关联对象Id',
|
|
pay: '关联支付',
|
|
refund: '关联退款',
|
|
withdraw: '关联提现',
|
|
},
|
|
v: {
|
|
type: {
|
|
withdraw: '提现',
|
|
pay: '支付',
|
|
refund: '退款',
|
|
compensate: '补偿',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
style: {
|
|
color: {
|
|
type: {
|
|
withdraw: '#F7DC6F',
|
|
pay: '#82E0AA',
|
|
refund: '#2E4053',
|
|
compensate: '#00CCCC',
|
|
}
|
|
}
|
|
},
|
|
configuration: {
|
|
actionType: 'appendOnly',
|
|
}
|
|
};
|