优化 ITTO 明细展示
- 为 P1.2 输出"项目管理计划"添加明细(子管理计划、基准、其他组件) - 将明细展示从纵向列表改为横向显示,用顿号分隔 - 节省空间,提升可读性 via [HAPI](https://hapi.run) Co-Authored-By: HAPI <noreply@hapi.run>
This commit is contained in:
@@ -50,7 +50,16 @@
|
||||
},
|
||||
"TT032"
|
||||
],
|
||||
"outputs": ["A008"],
|
||||
"outputs": [
|
||||
{
|
||||
"id": "A008",
|
||||
"detail": [
|
||||
{ "label": "子管理计划" },
|
||||
{ "label": "基准" },
|
||||
{ "label": "其他组件" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"w5h1": {
|
||||
"who": "项目经理主导,团队参与",
|
||||
"what": "定义、准备、协调所有子计划并整合为综合项目管理计划",
|
||||
|
||||
Reference in New Issue
Block a user