From 13a2e0ed22aa595cb85caa474d2a11704063aeae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Sat, 30 Aug 2025 23:51:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E7=BB=88=20=E5=8F=AF=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow/media-viewer.tsx | 42 ++------------------- 1 file changed, 3 insertions(+), 39 deletions(-) diff --git a/components/pages/work-flow/media-viewer.tsx b/components/pages/work-flow/media-viewer.tsx index e671f4c..7745eaf 100644 --- a/components/pages/work-flow/media-viewer.tsx +++ b/components/pages/work-flow/media-viewer.tsx @@ -350,7 +350,7 @@ export const MediaViewer = React.memo(function MediaViewer({ {/* 操作按钮组 */} - {/* + handleEditClick('3', 'final')} /> - */} - - {/* 视频信息浮层 */} - - - - - {taskObject.final.note === 'final' ? 'Final product' : 'Trailer Video'} - - - + {/* 底部控制区域 */} - - {/* 完成标记 */} - - Task completed - );