增加每日推送的导出和排序
This commit is contained in:
@@ -9,5 +9,19 @@ export default {
|
||||
lifetime_total_withdraw: '历史总提现',
|
||||
create_time: '创建时间',
|
||||
'quick Search Fields': 'ID',
|
||||
export_excel: 'Excel导出',
|
||||
export_title: '导出每日推送数据',
|
||||
export_tip: '将按当前列表筛选条件与排序导出数据;采用服务端分批写入,避免一次性加载导致卡顿。',
|
||||
export_fields: '导出字段',
|
||||
export_select_all: '全选',
|
||||
export_clear_all: '清空',
|
||||
export_limit: '导出条数',
|
||||
export_all_matched: '全部匹配',
|
||||
export_matched_count: '当前筛选条件下共 {count} 条',
|
||||
export_actual_count: '实际将导出 {count} 条',
|
||||
export_large_warning: '导出条数较多,可能需要等待较长时间;单次最多导出 {max} 条。',
|
||||
export_confirm: '开始导出',
|
||||
export_success: '已成功导出 {count} 条数据',
|
||||
export_failed: '导出失败,请稍后重试',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user