优化增加第三方【每日推送】原始数据记录日志.log

This commit is contained in:
2026-07-21 16:44:39 +08:00
parent 2fbc07329e
commit 4fbc4500fd
16 changed files with 371 additions and 143 deletions

View File

@@ -5,6 +5,7 @@ export default {
receiver_name: 'receiver name',
phone: 'phone',
region: 'region',
region_tip: 'Separate levels with commas, e.g. Kuala Lumpur,KLCC',
detail_address: 'detail_address',
default_setting: 'Default address',
'default_setting 0': '--',

View File

@@ -11,15 +11,15 @@ export default {
'quick Search Fields': 'ID',
export_excel: 'Export Excel',
export_title: 'Export daily push data',
export_tip: 'Exports data using the current filters and sort order. The server writes in batches to avoid freezing on large datasets.',
export_tip: 'Exports filtered and sorted data as Excel (.xlsx). The server writes in batches and supports exporting all matched records.',
export_fields: 'Export fields',
export_select_all: 'Select all',
export_clear_all: 'Clear all',
export_limit: 'Export limit',
export_limit: 'Export limit (0 = all matched)',
export_all_matched: 'All matched',
export_matched_count: '{count} record(s) match the current filters',
export_actual_count: 'will export {count} record(s)',
export_large_warning: 'Large export may take a while. Maximum {max} records per export.',
export_large_warning: 'Large export may take a while. Please keep this page open.',
export_confirm: 'Start export',
export_success: 'Successfully exported {count} record(s)',
export_failed: 'Export failed, please try again later',

View File

@@ -5,6 +5,7 @@ export default {
receiver_name: '收货人',
phone: '电话',
region: '地区',
region_tip: '多个层级请用英文逗号分隔,如:广东省,广州市,天河区',
detail_address: '详细地址',
default_setting: '默认地址',
'default_setting 0': '--',

View File

@@ -11,15 +11,15 @@ export default {
'quick Search Fields': 'ID',
export_excel: 'Excel导出',
export_title: '导出每日推送数据',
export_tip: '将按当前列表筛选条件与排序导出数据;采用服务端分批写入,避免一次性加载导致卡顿。',
export_tip: '将按当前列表筛选条件与排序导出为 Excel.xlsx服务端分批写入支持导出全部匹配数据。',
export_fields: '导出字段',
export_select_all: '全选',
export_clear_all: '清空',
export_limit: '导出条数',
export_limit: '导出条数0 表示全部匹配)',
export_all_matched: '全部匹配',
export_matched_count: '当前筛选条件下共 {count} 条',
export_actual_count: '实际将导出 {count} 条',
export_large_warning: '导出条数较多,可能需要等待较长时间;单次最多导出 {max} 条。',
export_large_warning: '导出条数较多,可能需要等待较长时间,请勿关闭页面。',
export_confirm: '开始导出',
export_success: '已成功导出 {count} 条数据',
export_failed: '导出失败,请稍后重试',