1
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user