20 lines
446 B
JSON
20 lines
446 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"id": "1",
|
||
|
|
"content": "修改 WarehouseManage.tsx 数据获取逻辑,按工厂分组汇总",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "2",
|
||
|
|
"content": "修改入库记录展示,按工厂分组显示",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "3",
|
||
|
|
"content": "更新产品库存统计,显示各工厂明细",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "high"
|
||
|
|
}
|
||
|
|
]
|