26 lines
564 B
JSON
26 lines
564 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"id": "1",
|
||
|
|
"content": "创建水洗厂计划总览页面 WashingPlanOverview.tsx",
|
||
|
|
"status": "in_progress",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "2",
|
||
|
|
"content": "创建水洗厂仓库管理页面 WashingWarehouse.tsx",
|
||
|
|
"status": "pending",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "3",
|
||
|
|
"content": "更新 App.tsx 添加水洗厂路由",
|
||
|
|
"status": "pending",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "4",
|
||
|
|
"content": "更新 Dashboard.tsx 修正快捷操作路径",
|
||
|
|
"status": "pending",
|
||
|
|
"priority": "medium"
|
||
|
|
}
|
||
|
|
]
|