; export const entityDesc = { locales: { zh_CN: { name: '帐号操作', attr: { account: '帐号', type: '类型', totalPlus: '余额变化', availPlus: '可用余额变化', entity: '关联对象', entityId: '关联对象Id', }, v: { type: { deposit: '充值', withdraw: '提现', consume: '消费', loan: '抵押', repay: '偿还', withdrawBack: '提现失败', }, }, }, }, style: { color: { type: { deposit: '#3498DB', withdraw: '#F7DC6F', withdrawBack: '#F7DC6F', consume: '#A569BD', loan: '#CD6155', repay: '#82E0AA', } } }, configuration: { actionType: 'appendOnly', } };