From b2bdf9e0663241b359cd63b4c9649421efe526e6 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 2 Feb 2026 16:35:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor(template):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了右上角的创建模板按钮组件 - 移除了相关的点击事件处理函数调用 - 调整了页面布局结构以适应按钮移除后的变化 --- .../src/pages/DataAnnotation/Template/TemplateList.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/pages/DataAnnotation/Template/TemplateList.tsx b/frontend/src/pages/DataAnnotation/Template/TemplateList.tsx index 242085c..4d82f61 100644 --- a/frontend/src/pages/DataAnnotation/Template/TemplateList.tsx +++ b/frontend/src/pages/DataAnnotation/Template/TemplateList.tsx @@ -251,13 +251,6 @@ const TemplateList: React.FC = () => { onClearFilters={() => setSearchParams({ ...searchParams, filter: {} })} /> - - {/* Right side: Create button */} -