feat(ux): 审稿裁决保存模型提示(B) — 裁决暂存本地、验收时落库
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user