72 lines
2.1 KiB
JavaScript
72 lines
2.1 KiB
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.entityDesc = void 0;
|
|
;
|
|
exports.entityDesc = {
|
|
locales: {
|
|
zh_CN: {
|
|
name: '线下账户',
|
|
attr: {
|
|
type: '类型',
|
|
channel: '通道',
|
|
name: '用户/帐号',
|
|
qrCode: '收款二维码',
|
|
taxLossRatio: '渠道手续费百分比',
|
|
refundGapDays: '允许最大退款天数',
|
|
refundCompensateRatio: '退款渠道补偿百分比',
|
|
allowWithdrawTransfer: '允许提现转账',
|
|
withdrawTransferLossRatio: '提现转账费率(百分数)',
|
|
allowDeposit: '允许主动充值',
|
|
allowPay: '允许主动支付',
|
|
system: '所属系统',
|
|
price: '余额',
|
|
pays: '支付',
|
|
opers: '操作记录',
|
|
channels: '提现通道',
|
|
enabled: '是否启用',
|
|
needReceiving: '确认收货/到账',
|
|
},
|
|
v: {
|
|
type: {
|
|
bank: '银行',
|
|
alipay: '支付宝',
|
|
wechat: '微信',
|
|
shouqianba: '收钱吧',
|
|
others: '其它',
|
|
},
|
|
},
|
|
action: {
|
|
pay: '支付',
|
|
refund: '退款',
|
|
withdrawTransfer: '提现转账',
|
|
compensate: '补偿',
|
|
moveIn: '转入',
|
|
moveOut: '转出',
|
|
deposit: '充值',
|
|
tax: '渠道费',
|
|
}
|
|
},
|
|
},
|
|
style: {
|
|
color: {
|
|
type: {
|
|
bank: '#E74C3C',
|
|
alipay: '#1678ff',
|
|
wechat: '#04BE02',
|
|
shouqianba: '#ffc106',
|
|
others: '#34495E',
|
|
},
|
|
},
|
|
icon: {
|
|
pay: '',
|
|
refund: '',
|
|
withdrawTransfer: '',
|
|
compensate: '',
|
|
moveIn: '',
|
|
moveOut: '',
|
|
deposit: '',
|
|
tax: '',
|
|
}
|
|
},
|
|
};
|