Files
pqs-9100_client/frontend/src/api/plan/static.json

63 lines
1.5 KiB
JSON
Raw Normal View History

2024-08-27 14:01:26 +08:00
{
"code": "200",
"data": [
{
"name": "未检测",
"children": [
{
"id": 4,
"pid": 1,
"name": "检测计划1"
},
{
"id": 5,
"pid": 1,
"name": "检测计划2"
},
{
"id": 6,
"pid": 1,
"name": "检测计划3"
}
],
"id": 1
},
{
"name": "检测中",
"children": [
{
"id": 7,
"pid": 2,
"name": "检测计划4"
},
{
"id": 8,
"pid": 2,
"name": "检测计划5"
},
{
"id": 9,
"pid": 2,
"name": "检测计划6"
}
],
"id": 2
},
{
"name": "检测完成",
"children": [
{
"id": 10,
"pid": 3,
"name": "检测计划7"
},
{
"id": 11,
"pid": 3,
"name": "检测计划8"
}
],
"id": 3
}
]
}