diff --git a/src/views/system/jdorder/components/TencentDocAutoWriteConfig.vue b/src/views/system/jdorder/components/TencentDocAutoWriteConfig.vue index 964d60e..be11a78 100644 --- a/src/views/system/jdorder/components/TencentDocAutoWriteConfig.vue +++ b/src/views/system/jdorder/components/TencentDocAutoWriteConfig.vue @@ -135,11 +135,20 @@
- 下次同步:将从第 {{ config.nextStartRow }} 行继续 + 下次同步: + + 将从第 {{ form.startRow }} 行重新开始(进度较小) + + + 将从第 {{ config.currentProgress - 100 }} 行开始(回溯100行,防止遗漏) + + + 将从第 {{ form.startRow }} 行重新开始 +
- 如需重新从第 {{ form.startRow }} 行开始,请点击"清除配置"后重新保存 + 系统会自动回溯检查,确保不遗漏数据。如需完全重置,请点击"清除配置"