20 lines
477 B
JSON
20 lines
477 B
JSON
|
|
[
|
|||
|
|
{
|
|||
|
|
"id": "1",
|
|||
|
|
"content": "修改纺织厂PlanOverview,在流程节点显示最近一次入库时间",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "2",
|
|||
|
|
"content": "修改采购商PlanOverview,显示入库进度和最近入库时间",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "3",
|
|||
|
|
"content": "更新ProcessFlow组件,支持显示入库时间",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "medium"
|
|||
|
|
}
|
|||
|
|
]
|