diff --git a/src/components/customCom/1.json b/src/components/customCom/1.json new file mode 100644 index 0000000..c3a065c --- /dev/null +++ b/src/components/customCom/1.json @@ -0,0 +1,143 @@ +{ + "msg": "操作成功", + "code": 200, + "data": [ + { + "companyName": "贵州电网", + "coltdVo": [ + { + "status": "在租", + "count": 0, + "list": [] + }, + { + "status": "待租", + "count": 0, + "list": [] + }, + { + "status": "自有", + "count": 2, + "list": [ + { + "maId": 1, + "lon": "112.1", + "lat": "23" + }, + { + "maId": 4, + "lon": "122", + "lat": "23" + } + ] + }, + { + "status": "自有", + "count": 2, + "list": [ + { + "maId": 1, + "lon": "112.1", + "lat": "23" + }, + { + "maId": 4, + "lon": "122", + "lat": "23" + } + ] + }, + { + "status": "自有", + "count": 2, + "list": [ + { + "maId": 1, + "lon": "112.1", + "lat": "23" + }, + { + "maId": 4, + "lon": "122", + "lat": "23" + } + ] + } + ] + }, + { + "companyName": "广东电网", + "coltdVo": [ + { + "status": "在租", + "count": 0, + "list": [] + }, + { + "status": "待租", + "count": 1, + "list": [ + { + "maId": 2, + "lon": "115", + "lat": "28" + } + ] + }, + { + "status": "自有", + "count": 0, + "list": [] + }, + { + "status": "待租", + "count": 1, + "list": [ + { + "maId": 2, + "lon": "115", + "lat": "28" + } + ] + } + ] + }, + { + "companyName": "广西电网", + "coltdVo": [ + { + "status": "在租", + "count": 1, + "list": [ + { + "maId": 3, + "lon": "118", + "lat": "35" + } + ] + }, + { + "status": "待租", + "count": 0, + "list": [] + }, + { + "status": "自有", + "count": 0, + "list": [] + }, + { + "status": "在租", + "count": 1, + "list": [ + { + "maId": 3, + "lon": "118", + "lat": "35" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/components/customCom/equipmentDialog.vue b/src/components/customCom/equipmentDialog.vue index 1ac20d6..9ba24c3 100644 --- a/src/components/customCom/equipmentDialog.vue +++ b/src/components/customCom/equipmentDialog.vue @@ -1,78 +1,123 @@ -