32 lines
692 B
JSON
32 lines
692 B
JSON
[
|
||
{
|
||
"id": "1",
|
||
"content": "修改Dashboard布局,最近计划占满整个宽度",
|
||
"status": "completed",
|
||
"priority": "high"
|
||
},
|
||
{
|
||
"id": "2",
|
||
"content": "创建PurchaserLayout布局组件(侧边栏+内容区)",
|
||
"status": "completed",
|
||
"priority": "high"
|
||
},
|
||
{
|
||
"id": "3",
|
||
"content": "修改App.tsx路由配置,使用嵌套路由",
|
||
"status": "completed",
|
||
"priority": "high"
|
||
},
|
||
{
|
||
"id": "4",
|
||
"content": "重构各页面组件,移除独立侧边栏",
|
||
"status": "completed",
|
||
"priority": "medium"
|
||
},
|
||
{
|
||
"id": "5",
|
||
"content": "运行构建验证",
|
||
"status": "completed",
|
||
"priority": "medium"
|
||
}
|
||
] |