15 changed files with 201 additions and 101 deletions
-
51demon.json
-
31src/components/TableModule/index.jsx
-
1src/pages/InRoadMgm/BusinessMgm/FreeRule/index.scss
-
10src/pages/InRoadMgm/BusinessMgm/FreeRule/loadable.jsx
-
15src/pages/InRoadMgm/BusinessMgm/SpecialRecord/loadable.jsx
-
7src/pages/InRoadMgm/PersonMgm/Attendance/Fence/index.scss
-
6src/pages/InRoadMgm/PersonMgm/Attendance/Fence/loadable.jsx
-
7src/pages/InRoadMgm/RecordInquiry/ParkRecordTotal/loadable.jsx
-
4src/pages/InRoadMgm/RoadMgm/AddRoad/loadable.jsx
-
88src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx
-
3src/pages/InRoadMgm/RoadMgm/RoadConf/loadable.jsx
-
31src/pages/InRoadMgm/Stuff/StuffMgm/loadable.jsx
-
10src/pages/OperationCenter/CustomerServieMgm/CallbackSuggestion/loadable.jsx
-
3src/pages/SystemMgm/BusinessConfig/BusinessConf/loadable.jsx
-
35src/pages/SystemMgm/RoleMgm/loadable.jsx
@ -1,21 +1,34 @@ |
|||
{ |
|||
"status": 20000, |
|||
"message": "success", |
|||
"data": { |
|||
"list": [ |
|||
{ |
|||
"id": "1", |
|||
"operator_name": "公用事业集团",//所属运营商 |
|||
"road_name": "玉山路",//路段 |
|||
"name": "玉山路",//姓名 |
|||
"phone": "1231241244",//手机号 |
|||
"report_type_name": "地磁故障",//报备类型 |
|||
"report_time": "2022-03-12 12:21:21",//报备时间 |
|||
"location": "山东",//地点 |
|||
"notes": "山东",//备注 |
|||
"report_pic": "",//图片 |
|||
} |
|||
], |
|||
"total_records": 1 |
|||
} |
|||
"status": 20000, |
|||
"message": "success", |
|||
"data": [ |
|||
{ |
|||
"id": "1", |
|||
"pid": 0, |
|||
"name": "西海岸公用事业集团", |
|||
"level": 1, |
|||
"children": [ |
|||
{ |
|||
"id": "1777348128749704292", |
|||
"pid": 1, |
|||
"name": "停车公司", |
|||
"level": 2, |
|||
"children": [ |
|||
{ |
|||
"id": "232323232", |
|||
"pid": 2, |
|||
"name": "停车公司1", |
|||
"level": 3 |
|||
} |
|||
] |
|||
}, |
|||
{ |
|||
"id": "1777877974658410516", |
|||
"pid": 1, |
|||
"name": "运营部门", |
|||
"level": 2 |
|||
} |
|||
] |
|||
} |
|||
] |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue