feat(v2.7): 接入协作治理前端体验
This commit is contained in:
@@ -7,6 +7,7 @@ import { useRequirementStore } from '@/stores/useRequirementStore';
|
||||
import { useMemberStore } from '@/stores/useMemberStore';
|
||||
import { useAuthStore } from '@/stores/useAuthStore';
|
||||
import { FilterSelect } from '@/components/FilterSelect';
|
||||
import { CommentPanel } from '@/components/comment/CommentPanel';
|
||||
import {
|
||||
getResearchDirectionProgressSummary,
|
||||
getRequirementCoverageSummary,
|
||||
@@ -242,6 +243,14 @@ export function PlanDetailDrawer({ planId, onClose, contextLabel, readOnly = fal
|
||||
|
||||
<PlanLogTimeline logs={plan.logs} className="border-l-0 border-t border-[var(--line)] pt-4 pl-0" />
|
||||
|
||||
<CommentPanel
|
||||
entityType="version_plan"
|
||||
entityId={plan.id}
|
||||
entityVersionId={plan.versionId}
|
||||
versionId={plan.versionId}
|
||||
readOnly={readOnly}
|
||||
/>
|
||||
|
||||
{/* Result */}
|
||||
{plan.status === 'completed' && plan.resultUrl && (
|
||||
<div className="rounded-lg bg-[var(--bg-subtle)] p-3">
|
||||
|
||||
Reference in New Issue
Block a user