feat(ux): 审稿裁决保存模型提示(B) — 裁决暂存本地、验收时落库

This commit is contained in:
Yaojia Wang
2026-06-21 18:16:32 +02:00
parent c51623836f
commit 5515e1069f

View File

@@ -319,6 +319,11 @@ export function ReviewReport({
</button> </button>
</div> </div>
{/* B讲清裁决保存模型——「采纳/裁决」仅本地暂存,验收时一并落库 */}
<p className="rounded border border-dashed border-line/70 bg-bg/40 px-3 py-1.5 text-[11px] text-ink-soft">
稿
</p>
{groups.map((group) => ( {groups.map((group) => (
<div key={group.type}> <div key={group.type}>
<h3 className="mb-2 flex items-center gap-2 text-xs font-semibold text-ink"> <h3 className="mb-2 flex items-center gap-2 text-xs font-semibold text-ink">