diff --git a/src/assets/images/map/100.png b/src/assets/images/map/100.png new file mode 100644 index 0000000..2639bba Binary files /dev/null and b/src/assets/images/map/100.png differ diff --git a/src/assets/images/map/50.png b/src/assets/images/map/50.png new file mode 100644 index 0000000..e67c5d0 Binary files /dev/null and b/src/assets/images/map/50.png differ diff --git a/src/assets/images/map/c.png b/src/assets/images/map/c.png new file mode 100644 index 0000000..23b2c8d Binary files /dev/null and b/src/assets/images/map/c.png differ diff --git a/src/assets/images/map/h.png b/src/assets/images/map/h.png new file mode 100644 index 0000000..31cec4a Binary files /dev/null and b/src/assets/images/map/h.png differ diff --git a/src/assets/images/map/hh.png b/src/assets/images/map/hh.png new file mode 100644 index 0000000..dc8c775 Binary files /dev/null and b/src/assets/images/map/hh.png differ diff --git a/src/assets/images/map/jc.png b/src/assets/images/map/jc.png new file mode 100644 index 0000000..38bbc8f Binary files /dev/null and b/src/assets/images/map/jc.png differ diff --git a/src/assets/images/map/l.png b/src/assets/images/map/l.png new file mode 100644 index 0000000..165f498 Binary files /dev/null and b/src/assets/images/map/l.png differ diff --git a/src/assets/images/map/ls.png b/src/assets/images/map/ls.png new file mode 100644 index 0000000..fb06e6b Binary files /dev/null and b/src/assets/images/map/ls.png differ diff --git a/src/views/door/platformVideo/index.vue b/src/views/door/platformVideo/index.vue new file mode 100644 index 0000000..95ee924 --- /dev/null +++ b/src/views/door/platformVideo/index.vue @@ -0,0 +1,535 @@ + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + + 已定位 + 未定位 + + + + + 加入 + 查询绑定 + 播放 + 获取rtsp地址 + 定位 + 删除定位 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 未开工 + 进行中 + 已结束 + 开工申请中 + 结束申请中 + + + + + 解绑 + + + + + + + + + + diff --git a/src/views/gatemachine/area/components/EditDevice.vue b/src/views/gatemachine/area/components/EditDevice.vue new file mode 100644 index 0000000..ef26556 --- /dev/null +++ b/src/views/gatemachine/area/components/EditDevice.vue @@ -0,0 +1,278 @@ + + + + {{ this.$parent.DEVICE_ID == '' ? "新增" : "修改" }} + + + + + + + + + + + + + 请进行设备绑定 + 查看绑定数据信息 + + + + + + + + + + + + + + + 保 存 + 返 回 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/gatemachine/area/components/edit.vue b/src/views/gatemachine/area/components/edit.vue new file mode 100644 index 0000000..b37c4e5 --- /dev/null +++ b/src/views/gatemachine/area/components/edit.vue @@ -0,0 +1,275 @@ + + + + {{ this.$parent.AREA_ID == '' ? "新增" : "修改" }} + + + + + + + + + + + + + + + + + + + + + + + + 保 存 + 返 回 + + + + + + 查询 + + + + + + + + + {{ row.DEVICE_TYPE == '0' ? '闸机' : '' }} + + + + + + + + + + + + + + diff --git a/src/views/gatemachine/area/components/infoList.vue b/src/views/gatemachine/area/components/infoList.vue new file mode 100644 index 0000000..fb0f533 --- /dev/null +++ b/src/views/gatemachine/area/components/infoList.vue @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + + + + + + + + + + 返 回 + + + + + + + diff --git a/src/views/gatemachine/area/components/list.vue b/src/views/gatemachine/area/components/list.vue new file mode 100644 index 0000000..30c1a09 --- /dev/null +++ b/src/views/gatemachine/area/components/list.vue @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + + 查看记录 + + 编辑 + + 删除 + + 绑定设备 + + + + + + + 新增 + + + + + + + + + + + 查询 + + + + + + + + + {{ row.DEVICE_TYPE == '0' ? '闸机' : '' }} + + + + + + + + + + + + + + diff --git a/src/views/gatemachine/area/components/listDevice.vue b/src/views/gatemachine/area/components/listDevice.vue new file mode 100644 index 0000000..cd94605 --- /dev/null +++ b/src/views/gatemachine/area/components/listDevice.vue @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + + + + 入口 + 出口 + + + + + 修改 + + 删除 + + + + + + + 新增 + + + + + + + 返 回 + + + + + + + diff --git a/src/views/gatemachine/area/index.vue b/src/views/gatemachine/area/index.vue new file mode 100644 index 0000000..ac842eb --- /dev/null +++ b/src/views/gatemachine/area/index.vue @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + diff --git a/src/views/gatemachine/gateDoor/components/EditDevice.vue b/src/views/gatemachine/gateDoor/components/EditDevice.vue new file mode 100644 index 0000000..474442a --- /dev/null +++ b/src/views/gatemachine/gateDoor/components/EditDevice.vue @@ -0,0 +1,295 @@ + + + + {{ this.$parent.DEVICE_ID == '' ? "新增" : "修改" }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 请进行设备绑定 + 查看绑定数据信息 + + + + + + + + + + + + + + + 保 存 + 返 回 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/gatemachine/gateDoor/components/EditPath.vue b/src/views/gatemachine/gateDoor/components/EditPath.vue new file mode 100644 index 0000000..d6854c6 --- /dev/null +++ b/src/views/gatemachine/gateDoor/components/EditPath.vue @@ -0,0 +1,204 @@ + + + + {{ this.$parent.PATH_ID == '' ? "新增" : "修改" }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保 存 + 返 回 + + + + + + + diff --git a/src/views/gatemachine/gateDoor/components/ListDevice.vue b/src/views/gatemachine/gateDoor/components/ListDevice.vue new file mode 100644 index 0000000..74d6703 --- /dev/null +++ b/src/views/gatemachine/gateDoor/components/ListDevice.vue @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + + + + 人行闸机 + 车行闸机 + + + + + 闸机 + + + + + {{ row.STATUS == '0' ? '正常' : row.STATUS == '1' ? '停用' : '暂时关闭' }} + + + + + 修改 + + 删除 + + + + + + + 新增 + + + + + + + 返 回 + + + + + + + diff --git a/src/views/gatemachine/gateDoor/components/edit.vue b/src/views/gatemachine/gateDoor/components/edit.vue new file mode 100644 index 0000000..e3f3c09 --- /dev/null +++ b/src/views/gatemachine/gateDoor/components/edit.vue @@ -0,0 +1,340 @@ + + + + {{ this.$parent.DOOR_ID == '' ? "新增" : "修改" }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 点击定位 + + + + + + + 保 存 + 返 回 + + + + + + + + + + + + diff --git a/src/views/gatemachine/gateDoor/components/infoList.vue b/src/views/gatemachine/gateDoor/components/infoList.vue new file mode 100644 index 0000000..25b411f --- /dev/null +++ b/src/views/gatemachine/gateDoor/components/infoList.vue @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + + + + + + + + + + 返 回 + + + + + + + diff --git a/src/views/gatemachine/gateDoor/components/list.vue b/src/views/gatemachine/gateDoor/components/list.vue new file mode 100644 index 0000000..6fde6db --- /dev/null +++ b/src/views/gatemachine/gateDoor/components/list.vue @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + {{ row.DOOR_TYPE == '0' ? '人行口门' : row.DOOR_TYPE == '1' ? '车行口门' : '综合口门' }} + + + + + {{ row.STATUS == '0' ? '正常' : row.STATUS == '1' ? '停用' : '暂时关闭' }} + + + + + {{ row.LONGITUDE }} -- {{ row.LATITUDE }} + + + + + + + 查看记录 + + 修改 + + 添加通道 + + 添加视频 + + 删除 + + + + + + + 新增 + + + + + + + + + + + + diff --git a/src/views/gatemachine/gateDoor/components/listPath.vue b/src/views/gatemachine/gateDoor/components/listPath.vue new file mode 100644 index 0000000..ebf4ee4 --- /dev/null +++ b/src/views/gatemachine/gateDoor/components/listPath.vue @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + 人行通道 + 车行通道 + 综合通道 + + + + + + 修改 + + 添加设备 + 删除 + + + + + + + 新增 + + + + + + + 返 回 + + + + + + + diff --git a/src/views/gatemachine/gateDoor/components/platformvideo.vue b/src/views/gatemachine/gateDoor/components/platformvideo.vue new file mode 100644 index 0000000..6f442f4 --- /dev/null +++ b/src/views/gatemachine/gateDoor/components/platformvideo.vue @@ -0,0 +1,179 @@ + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + + 选择 + + + + + + + + + + + + + diff --git a/src/views/gatemachine/gateDoor/components/videoList.vue b/src/views/gatemachine/gateDoor/components/videoList.vue new file mode 100644 index 0000000..93ab6ac --- /dev/null +++ b/src/views/gatemachine/gateDoor/components/videoList.vue @@ -0,0 +1,579 @@ + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + 已定位 + 未定位 + + + + + 播放 + 定位 + 删除 + + + + + + 新增 + + + + + 返 回 + + + + + + + + + + + + 固定摄像头 + + + + 选择 + + + + 选择 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/gatemachine/gateDoor/index.vue b/src/views/gatemachine/gateDoor/index.vue new file mode 100644 index 0000000..fa98f7e --- /dev/null +++ b/src/views/gatemachine/gateDoor/index.vue @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + +