docs(tasks): finalize status dropdown placement and terminology in T-662b/c/d

- dropdown sits left of the renamed 任务状态 label in all three tabs
- option wording aligned with platform text: 审核中 not 未审核,
  未知 not 其他
- clarify the status filter scopes collection candidates in ① (the
  existing model.tasks mechanism), default 全部 so first-round
  collection of unknown-status imports still works
- reinforce composite defaults 可生成/可更新 include unknown so
  legacy batches are not blocked

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
chengma
2026-07-18 15:37:43 +08:00
co-authored by Claude Fable 5
parent 7ddf3a7262
commit 3777f84ce0
3 changed files with 11 additions and 5 deletions
+2 -1
View File
@@ -15,10 +15,11 @@ created: 2026-07-18
## 方案
- 现有「状态」标签改为「任务状态」,新增独立「商品状态」下拉:
- 现有「状态」标签改为「任务状态」,新增独立「商品状态」下拉,**放在「任务状态」label 左边**(需求定稿位置):
- `可更新(默认)`:`normal/unknown`;
- `全部`;
- `正常/未上架/审核中/未知`。
- 选项术语与平台原文对齐:「审核中」不用「未审核」、「未知」不用「其他」;默认档为复合的「可更新」而非单选「正常」,未知默认放行,避免历史批次被整批拦住。
- 保留商品状态筛选前的基础范围快照,显示默认排除数量;即使表格隐藏异常记录,也能在摘要/确认中说明。
- 无论商品状态筛选选择什么,`unlisted/reviewing` 都不得传入 `ApplyWorker`;「全部」只用于查看,不构成强制线上更新授权。
- 扩展 T-659 结构化预检结果,分别保存:可执行、缺标题、缺封面、未上架、审核中;同一任务只计一次总跳过,但各原因统计可分别展示。