export const messages = { en: { feeDetailSub: { split: 'Split', parentFeeId: 'Parent Fee ID', childFeeId: 'Child Fee ID', feeName: 'Fee Name', feeObject: 'Fee Object', billingPeriod: 'Billing Period', splitTime: 'Split Time', operation: 'Operation', restoreMerge: 'Restore Merge' }, feeDetailSubDemo: { openComponent: 'Open Fee Detail Sub Component' } }, zh: { feeDetailSub: { split: '拆分', parentFeeId: '父费用ID', childFeeId: '子费用ID', feeName: '费用名称', feeObject: '费用对象', billingPeriod: '计费时间段', splitTime: '拆分时间', operation: '操作', restoreMerge: '恢复合并' }, feeDetailSubDemo: { openComponent: '打开费用子详情组件' } } }