功能选择按钮修改
This commit is contained in:
63
frontend/src/api/plan/static.json
Normal file
63
frontend/src/api/plan/static.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user