This commit is contained in:
van
2026-03-01 00:07:16 +08:00
parent 85ec563242
commit d680da2d83
3 changed files with 19 additions and 39 deletions

View File

@@ -1507,8 +1507,8 @@ export default {
confirmMsg += `数据起始行: ${config.startRow}\n`
if (config.currentProgress) {
confirmMsg += `\n当前进度: 第 ${config.currentProgress}\n`
confirmMsg += config.progressHint + '\n'
confirmMsg += `\n表格行数: 第 ${config.currentProgress}(接口获取)\n`
confirmMsg += (config.progressHint || '') + '\n'
}
confirmMsg += `\n防重推送: ${config.skipPushedOrders ? '已启用(跳过已推送订单)' : '已禁用'}\n`