export const messages = { en: { feeDetailHisFee: { feeName: 'Fee Item', payerObjName: 'Charge Object', cycles: 'Cycle (Unit: Month)', amount: 'Receivable/Received (Unit: Yuan)', paymentMethod: 'Payment Method', paymentPeriod: 'Payment Period', paymentTime: 'Payment Time', cashier: 'Cashier', status: 'Status', remark: 'Remark', operation: 'Operation', detail: 'Detail', accountDeduction: 'Account Deduction' }, feeDetailHisFeeDemo: { openComponent: 'Open Fee Detail History' } }, zh: { feeDetailHisFee: { feeName: '费用项', payerObjName: '收费对象', cycles: '周期(单位:月)', amount: '应收/实收(单位:元)', paymentMethod: '缴费方式', paymentPeriod: '缴费起始段', paymentTime: '缴费时间', cashier: '收银员', status: '状态', remark: '备注', operation: '操作', detail: '详情', accountDeduction: '账户扣款' }, feeDetailHisFeeDemo: { openComponent: '打开历史费用详情' } } }