From ebebe1814f67889f27cae4f29a473c8656749060 Mon Sep 17 00:00:00 2001 From: selfrelease Date: Fri, 31 Jul 2026 11:41:49 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E7=A7=BB=E9=99=A4Dashboard=E7=B4=A7?= =?UTF-8?q?=E6=80=A5=E9=A3=8E=E9=99=A9=E6=A8=AA=E5=B9=85=E5=92=8C=E5=BE=85?= =?UTF-8?q?=E5=A4=84=E7=90=86=E9=A3=8E=E9=99=A9=E5=BF=AB=E6=8D=B7=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8Ctab=E5=B7=B2=E5=8C=85=E5=90=AB=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E9=A3=8E=E9=99=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Dashboard.tsx | 46 -------------------------------- 1 file changed, 46 deletions(-) diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index 58b8b20..0c1de58 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -239,52 +239,6 @@ export default function Dashboard() { - {/* 紧急风险横幅 */} - {data.urgentRisk && ( - - -
-
- -
-
-
- 紧急风险 - 预估损失 {fmt(data.urgentRisk.estimatedLoss)} - {data.urgentRisk.daysUntilDeadline !== null && ( - - {data.urgentRisk.daysUntilDeadline <= 0 ? '已逾期' : `${data.urgentRisk.daysUntilDeadline}天后截止`} - - )} -
-
{data.urgentRisk.title}
-
{data.urgentRisk.description}
-
- -
-
- - )} - - {/* 待处理风险快捷入口 */} - {riskTodos.length > 0 && ( - setActiveTab('risk')}> -
-
- -
-
-
- 待处理风险 - {riskTodos.length} 项 -
-
点击查看全部待处理风险,及时处理降低仲裁风险
-
- -
-
- )} - {/* Tab 导航 */}
{tabs.map((tab) => {