From 0d586ce2807e8cf6a2ca868cc9d31296ddd1f809 Mon Sep 17 00:00:00 2001 From: ittoview Date: Sat, 14 Feb 2026 14:12:59 +0000 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=98=8E=E7=BB=86=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=B8=AD=E7=9A=84"=E5=8C=85=E5=90=AB=EF=BC=9A"?= =?UTF-8?q?=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 简化明细显示,直接展示明细项 - 更加简洁清爽 via [HAPI](https://hapi.run) Co-Authored-By: HAPI --- src/pages/ProcessDetailPage.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/ProcessDetailPage.tsx b/src/pages/ProcessDetailPage.tsx index 4292352..ba3ae8f 100644 --- a/src/pages/ProcessDetailPage.tsx +++ b/src/pages/ProcessDetailPage.tsx @@ -245,7 +245,6 @@ export function ProcessDetailPage() { {inputDetail.nameEn &&
{inputDetail.nameEn}
} {hasDetail && (
- 包含: {inputDetail.detail.map((item: any, idx: number) => ( {item.label} @@ -314,7 +313,6 @@ export function ProcessDetailPage() { {toolDetail.nameEn &&
{toolDetail.nameEn}
} {hasDetail && (
- 包含: {toolDetail.detail.map((item: any, idx: number) => ( {item.label} @@ -383,7 +381,6 @@ export function ProcessDetailPage() { {outputDetail.nameEn &&
{outputDetail.nameEn}
} {hasDetail && (
- 包含: {outputDetail.detail.map((item: any, idx: number) => ( {item.label}