fix(review): 修正提交确认提示文字描述
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1537,7 +1537,7 @@ | ... | @@ -1537,7 +1537,7 @@ |
| 1537 | alert('历史报表仅供查看,请在 staging-db 中执行入库。'); | 1537 | alert('历史报表仅供查看,请在 staging-db 中执行入库。'); |
| 1538 | return; | 1538 | return; |
| 1539 | } | 1539 | } |
| 1540 | if (!confirm('确认提交所有审核结果?“确认不重复”将入库,“确认重复”将把词/曲作者增量合并到已有记录。')) return; | 1540 | if (!confirm('确认提交所有审核结果?“确认不重复”将入库,“确认重复数据合并到已有记录。')) return; |
| 1541 | els.importReviewedBtn.disabled = true; | 1541 | els.importReviewedBtn.disabled = true; |
| 1542 | els.importReviewedBtn.textContent = '入库中...'; | 1542 | els.importReviewedBtn.textContent = '入库中...'; |
| 1543 | try { | 1543 | try { | ... | ... |
-
Please register or sign in to post a comment