chore: Web端泳道→分支 统一命名

This commit is contained in:
2026-08-07 16:51:56 +08:00
parent 356e3819dd
commit 704af0b2a4
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/** /**
* 任务流转卡片堆叠视图 — 水平泳道 + 卡片层叠布局 * 任务流转卡片堆叠视图 — 水平分支 + 卡片层叠布局
* *
* 将递归任务树按层级拆分为水平泳道,每层卡片横向排列, * 将递归任务树按层级拆分为水平分支,每层卡片横向排列,
* 当前激活(WIP/PENDING)卡片高亮居中,操作按钮集成在卡片底部。 * 当前激活(WIP/PENDING)卡片高亮居中,操作按钮集成在卡片底部。
*/ */
import { memo, useMemo } from "react"; import { memo, useMemo } from "react";

View File

@ -696,7 +696,7 @@ export default function TaskTreeViewer() {
</div> </div>
)} )}
{/* ---- 任务流转泳道/卡片视图 ---- */} {/* ---- 任务流转分支/卡片视图 ---- */}
{product && !loading && ( {product && !loading && (
<> <>
{product.task_tree && product.task_tree.length > 0 ? ( {product.task_tree && product.task_tree.length > 0 ? (