From bc96f1991deac9ec8123e9c244086b32c281425b Mon Sep 17 00:00:00 2001 From: ittoview Date: Wed, 4 Mar 2026 14:58:04 +0000 Subject: [PATCH] =?UTF-8?q?feat(=E8=B4=A8=E9=87=8F=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=86=B3=E7=AD=96=E6=8A=80=E6=9C=AF=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E5=B9=B6=E5=BA=94=E7=94=A8=E4=BA=8E=E8=A7=84=E5=88=92?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E7=AE=A1=E7=90=86=E5=92=8C=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E8=B4=A8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增TT132决策技术工具条目 - P5.1规划质量管理工具从TT018(决策)改为TT132(决策技术) - P5.2管理质量工具从TT018(决策)改为TT132(决策技术) via [HAPI](https://hapi.run) Co-Authored-By: HAPI Co-Authored-By: Claude Sonnet 4.6 --- src/data/processes.json | 4 ++-- src/data/tools.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/data/processes.json b/src/data/processes.json index b2b82a2..b3c5cab 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -1506,7 +1506,7 @@ ] }, { - "id": "TT018", + "id": "TT132", "detail": [ { "label": "多标准决策分析" } ] @@ -1585,7 +1585,7 @@ ] }, { - "id": "TT018", + "id": "TT132", "detail": [ { "label": "多标准决策分析" } ] diff --git a/src/data/tools.json b/src/data/tools.json index a3b85a7..2cbdaae 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -130,6 +130,7 @@ { "id": "TT128", "name": "箭线图法", "nameEn": "Arrow Diagramming Method", "type": "technique", "category": "scheduling" }, { "id": "TT129", "name": "系统交互图", "nameEn": "Context Diagram", "type": "technique", "category": "scope" }, { "id": "TT130", "name": "不确定性表现方式", "nameEn": "Representations of Uncertainty", "type": "technique", "category": "risk" }, - { "id": "TT131", "name": "广告", "nameEn": "Advertising", "type": "technique", "category": "procurement" } + { "id": "TT131", "name": "广告", "nameEn": "Advertising", "type": "technique", "category": "procurement" }, + { "id": "TT132", "name": "决策技术", "nameEn": "Decision-Making Techniques", "type": "technique", "category": "decision-making" } ] }