4.26
parent
fc0a1cf860
commit
eb472bb09d
|
@ -2,34 +2,35 @@
|
||||||
<div class="task">
|
<div class="task">
|
||||||
<el-dialog :visible.sync="taskVisible" :close-on-click-modal="false" width="60%">
|
<el-dialog :visible.sync="taskVisible" :close-on-click-modal="false" width="60%">
|
||||||
<span slot="title">
|
<span slot="title">
|
||||||
<i style=" font-weight: bold;color: #333333;font-size: 16px">{{val.taskName}}</i>
|
<i style=" font-weight: bold;color: #333333;font-size: 16px">{{"监控任务十楼工位"}}</i>
|
||||||
</span>
|
</span>
|
||||||
<div>
|
<div>
|
||||||
<!-- 右 -->
|
<!-- 右 -->
|
||||||
<div style="width: 260px;float: right;">
|
<div style="width: 260px;float: right;">
|
||||||
<div style="display: flex;">
|
<div style="display: flex;">
|
||||||
<div style="width:120px;height:120px">
|
<div style="width:120px;height:120px">
|
||||||
|
<img :src="val.cphoto" alt="目标图片" height="100%">
|
||||||
<canvas width=120 height=120 ref="imageView">
|
<canvas width=120 height=120 ref="imageView">
|
||||||
</canvas>
|
</canvas>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 120px;height: 120px;background: #F1F6F9;margin-left: 20px;text-align: center;">
|
<div style="width: 120px;height: 120px;background: #F1F6F9;margin-left: 10px;text-align: center;">
|
||||||
<img :src="val.faceUrl" alt="目标图片" height="100%">
|
<img :src="val.rphoto" alt="目标图片" height="100%">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="height:330px;line-height: 40px;margin-top: 20px;">
|
<div style="height:330px;line-height: 40px;margin-top: 20px;">
|
||||||
<div><i>时间:{{val.time}}</i></div>
|
<div><i>时间:{{val.time}}</i></div>
|
||||||
<div><i>姓名:{{val.name}}</i></div>
|
<div><i>姓名:{{val.name}}</i></div>
|
||||||
<div><i>性别:{{val.sex}}</i></div>
|
<div><i>性别:{{"未知"}}</i></div>
|
||||||
<div><i>年龄:{{val.age}}</i></div>
|
<div><i>年龄:{{"未知"}}</i></div>
|
||||||
<div><i>身份证号码:{{val.idCard}}</i></div>
|
<div><i>身份证号码:{{"未知"}}</i></div>
|
||||||
<div><i>卡口:{{val.cameraRegion}}</i></div>
|
<div><i>卡口:{{"4.21演示摄像头"}}</i></div>
|
||||||
<div><i>来源:{{val.libName}}</i></div>
|
<div><i>来源:{{val.libName}}</i></div>
|
||||||
<div><i>相似度:<span class="compare_result" style="font-family:Bahnschrift">{{(val.score*100).toFixed(2)}}%</span></i></div>
|
<div><i>相似度:<span class="compare_result" style="font-family:Bahnschrift">{{(val.xsd*1).toFixed(2)}}%</span></i></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 左 -->
|
<!-- 左 -->
|
||||||
<div style="margin-right: 280px;">
|
<div style="margin-right: 280px;">
|
||||||
<el-image style="width: 100%;" :src="val.bgImg"></el-image>
|
<el-image style="width: 100%;" :src="val.jzphoto"></el-image>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<div
|
<div
|
||||||
style="height:40px;display:flex;align-items: center; justify-content: space-between;border-bottom: 1px solid #F1F8FF;box-sizing: border-box;">
|
style="height:40px;display:flex;align-items: center; justify-content: space-between;border-bottom: 1px solid #F1F8FF;box-sizing: border-box;">
|
||||||
<!-- <i style="font-weight: bold;color: #333333;margin-left: 20px">{{item.cameraRegion}}</i>-->
|
<!-- <i style="font-weight: bold;color: #333333;margin-left: 20px">{{item.cameraRegion}}</i>-->
|
||||||
<i style="font-weight: bold;color: #333333;margin-left: 20px">{{videoFaceList[index].time}}</i>
|
<i style="font-weight: bold;color: #333333;margin-left: 20px">{{"十楼工位"}}</i>
|
||||||
<i style="font-weight: bold;color: #333333;margin-right: 20px;">{{item.time}}</i>
|
<i style="font-weight: bold;color: #333333;margin-right: 20px;">{{item.time}}</i>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;align-items: center;height: 150px;margin-left: 34px;">
|
<div style="display: flex;align-items: center;height: 150px;margin-left: 34px;">
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
<div
|
<div
|
||||||
style="width: 120px;height: 120px;background: #F1F6F9;margin: 0 20px;text-align: center;position: relative;">
|
style="width: 120px;height: 120px;background: #F1F6F9;margin: 0 20px;text-align: center;position: relative;">
|
||||||
<!-- src="item.rphoto"-->
|
<!-- src="item.rphoto"-->
|
||||||
<img style="width: 120px;height: 120px;" src="../../../assets/img/warning/zb.png" />
|
<img style="width: 120px;height: 120px;" :src="item.rphoto" />
|
||||||
<div
|
<div
|
||||||
style="position: absolute;width: 100%;background-color: red;bottom: 0;opacity: 0.6;background: #000;color: #FFF;line-height: 1.8;">
|
style="position: absolute;width: 100%;background-color: red;bottom: 0;opacity: 0.6;background: #000;color: #FFF;line-height: 1.8;">
|
||||||
<i>测试库</i>
|
<i>测试库</i>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<span><i>性别:未知</i></span>
|
<span><i>性别:未知</i></span>
|
||||||
<span><i>来源:测试库</i></span>
|
<span><i>来源:测试库</i></span>
|
||||||
<span><i>相似度:</i><i style="font-size: 30px;font-weight: 600;color: #FF343E; font-family:Bahnschrift;">
|
<span><i>相似度:</i><i style="font-size: 30px;font-weight: 600;color: #FF343E; font-family:Bahnschrift;">
|
||||||
{{"99%"+item.xsd}}</i></span>
|
{{item.xsd+"%"}}</i></span>
|
||||||
</div>
|
</div>
|
||||||
<div style="position: absolute;top:0;right: 0;">
|
<div style="position: absolute;top:0;right: 0;">
|
||||||
<img src="../../../assets/img/warning/jk.png" alt="监控">
|
<img src="../../../assets/img/warning/jk.png" alt="监控">
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
<!-- 抓拍图片 -->
|
<!-- 抓拍图片 -->
|
||||||
<div class="pic-div">
|
<div class="pic-div">
|
||||||
<div style="display: flex;align-items: center;">
|
<div style="display: flex;align-items: center;">
|
||||||
<template v-for="(item,i) in warningList">
|
<template v-for="(item,i) in videoFaceList">
|
||||||
<img width=120 height=120 style="margin-left: 12px;" :src="item.cphoto">
|
<img width=120 height=120 style="margin-left: 12px;" :src="item.cphoto">
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
@ -203,18 +203,17 @@
|
||||||
label: 'label'
|
label: 'label'
|
||||||
},
|
},
|
||||||
// 图片信息
|
// 图片信息
|
||||||
faceBgUrltest: "http://192.168.1.133:9000/middleware/103/1028345463.jpg",
|
|
||||||
faceBgUrl: "",
|
faceBgUrl: "",
|
||||||
faces: [],
|
faces: [],
|
||||||
currentFaces: [],
|
currentFaces: [],
|
||||||
toDaySnapShot: 0,
|
toDaySnapShot: 0,
|
||||||
totalSnapShot: 0,
|
totalSnapShot: 0,
|
||||||
// 预警列表
|
// 预警列表
|
||||||
warningList: [],
|
compareList:[],
|
||||||
videoFaceList:[],
|
videoFaceList:[],
|
||||||
// 预警音乐类型
|
// 预警音乐类型
|
||||||
warningType: "",
|
warningType: "",
|
||||||
cameraList:[{ rtspUrl: "rtsp://admin:123uestc@192.168.1.32:554/h264"}],
|
cameraList:[{ rtspUrl: "rtsp://192.168.1.138:8557/h264"}],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
@ -238,7 +237,7 @@
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
plays(){
|
plays(){
|
||||||
this.cameraList.push({rtspUrl: "rtsp://admin:123uestc@192.168.1.32:554/h264"});
|
this.cameraList.push({rtspUrl: "rtsp://192.168.1.138:8557/h264"});
|
||||||
},
|
},
|
||||||
// 初始化4条预警数据
|
// 初始化4条预警数据
|
||||||
initGetWarningPicture() {
|
initGetWarningPicture() {
|
||||||
|
@ -249,9 +248,9 @@
|
||||||
},
|
},
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.code === 0) {
|
if (res.data.code === 0) {
|
||||||
this.warningList = res.data.data.records
|
this.compareList = res.data.data.records
|
||||||
// 处理预警数据
|
// 处理预警数据
|
||||||
this.getWarningPicture(this.warningList)
|
this.getWarningPicture(this.compareList)
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(res.data.message)
|
this.$message.error(res.data.message)
|
||||||
}
|
}
|
||||||
|
@ -261,22 +260,22 @@
|
||||||
* 初始化获取摄像头id
|
* 初始化获取摄像头id
|
||||||
*/
|
*/
|
||||||
initGetCameraId() {
|
initGetCameraId() {
|
||||||
this.$http.get("/warning/bayonet").then((res) => {
|
// this.$http.get("/warning/bayonet").then((res) => {
|
||||||
if (res.data.code === 0) {
|
// if (res.data.code === 0) {
|
||||||
this.cameraId = res.data.data.cameraId
|
// this.cameraId = res.data.data.cameraId
|
||||||
this.barrierName = res.data.data.cameraName
|
// this.barrierName = res.data.data.cameraName
|
||||||
// 卡口树状结构多级id
|
// // 卡口树状结构多级id
|
||||||
this.treeArr = res.data.data.camera_region_firstlevel.split(",")
|
// this.treeArr = res.data.data.camera_region_firstlevel.split(",")
|
||||||
// 初始化根据摄像头id获取任务名称
|
// // 初始化根据摄像头id获取任务名称
|
||||||
this.getTaskNameByCameraId(this.cameraId)
|
// this.getTaskNameByCameraId(this.cameraId)
|
||||||
// 初始化获取 今日抓拍/累计抓拍
|
// // 初始化获取 今日抓拍/累计抓拍
|
||||||
this.initTotal(this.cameraId)
|
// this.initTotal(this.cameraId)
|
||||||
// 启动webSocket----------启动webSocket----------启动webSocket----------启动webSocket
|
// // 启动webSocket----------启动webSocket----------启动webSocket----------启动webSocket
|
||||||
this.initWebSocket()
|
// this.initWebSocket()
|
||||||
} else {
|
// } else {
|
||||||
this.$message.error(res.data.message)
|
// this.$message.error(res.data.message)
|
||||||
}
|
// }
|
||||||
})
|
// })
|
||||||
this.initWebSocket()
|
this.initWebSocket()
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
@ -301,7 +300,7 @@
|
||||||
res.data.data.result.totalSnapShot = res.data.data.totalSnapShot
|
res.data.data.result.totalSnapShot = res.data.data.totalSnapShot
|
||||||
this.getPicture(res.data.data.result)
|
this.getPicture(res.data.data.result)
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(res.data.message)
|
//this.$message.error(res.data.message)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
@ -322,17 +321,17 @@
|
||||||
},
|
},
|
||||||
websocketonopen(e) {
|
websocketonopen(e) {
|
||||||
console.log("WebSocket Connection successful");
|
console.log("WebSocket Connection successful");
|
||||||
let obj = {
|
// let obj = {
|
||||||
"code": 200,
|
// "code": 200,
|
||||||
"message": "成功",
|
// "message": "成功",
|
||||||
"cmd": "BAYONET",
|
// "cmd": "BAYONET",
|
||||||
"data": {
|
// "data": {
|
||||||
"carmeraId": this.cameraId
|
// "carmeraId": this.cameraId
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
let objString = JSON.stringify(obj)
|
// let objString = JSON.stringify(obj)
|
||||||
// 此处有效参数只有 this.cameraId,但是后台执意这样传递参数(来自潘辉)
|
// // 此处有效参数只有 this.cameraId,但是后台执意这样传递参数(来自潘辉)
|
||||||
this.websock.send(objString)
|
// this.websock.send(objString)
|
||||||
},
|
},
|
||||||
websocketonerror(e) {
|
websocketonerror(e) {
|
||||||
console.log("WebSocket Connection error");
|
console.log("WebSocket Connection error");
|
||||||
|
@ -342,11 +341,11 @@
|
||||||
},
|
},
|
||||||
websocketonmessage(e) {
|
websocketonmessage(e) {
|
||||||
console.log("数据传输")
|
console.log("数据传输")
|
||||||
console.log(e)
|
// console.log(e)
|
||||||
// ws数据字符串转json
|
// ws数据字符串转json
|
||||||
let wsObj = JSON.parse(e.data)
|
let wsObj = JSON.parse(e.data)
|
||||||
console.log("this wsObj")
|
// console.log("this wsObj")
|
||||||
console.log(wsObj)
|
// console.log(wsObj)
|
||||||
// ws数据推送成功
|
// ws数据推送成功
|
||||||
// 处理ws推送的预警信息
|
// 处理ws推送的预警信息
|
||||||
this.getWarningPicture(wsObj)
|
this.getWarningPicture(wsObj)
|
||||||
|
@ -386,16 +385,32 @@
|
||||||
* @param {Object} wsObj
|
* @param {Object} wsObj
|
||||||
*/
|
*/
|
||||||
getWarningPicture(warningData) {
|
getWarningPicture(warningData) {
|
||||||
// warningData为数组说明是初始化数据,为对象说明是ws推送的数据
|
this.toDaySnapShot = this.toDaySnapShot + warningData.length
|
||||||
this.warningList = warningData
|
this.totalSnapShot = this.totalSnapShot + warningData.length
|
||||||
console.log("this warningList")
|
// warningData大于2说明是人脸比对信息videofacelist,其余则是comparelist
|
||||||
console.log(this.warningList)
|
for (let i = 0; i < warningData.length; i++) {
|
||||||
|
this.videoFaceList.unshift(warningData[i])
|
||||||
|
}
|
||||||
|
console.log("this is videofacelist")
|
||||||
|
console.log(this.videoFaceList)
|
||||||
|
|
||||||
|
// else {
|
||||||
|
// // console.log("this videofacelist")
|
||||||
|
// // console.log(this.videoFaceList)
|
||||||
|
// for (let i = 0; i < warningData.length; i++) {
|
||||||
|
// this.videoFaceList.unshift(warningData[i])
|
||||||
|
// }
|
||||||
|
// // console.log("this videofacelist")
|
||||||
|
// // console.log(this.videoFaceList)
|
||||||
|
// }
|
||||||
|
|
||||||
|
//this.warningList = warningData
|
||||||
|
//console.log(this.compareList)
|
||||||
// 声音 和 tips预警
|
// 声音 和 tips预警
|
||||||
let warningType = this.$refs.notice
|
let warningType = this.$refs.notice
|
||||||
warningType.play()
|
warningType.play()
|
||||||
// this.$message.warning("有新的预警信息")
|
// this.$message.warning("有新的预警信息")
|
||||||
this.warningList.forEach((item, index, arr) => {
|
this.compareList.forEach((item, index, arr) => {
|
||||||
// "1" 红色#FF343E "2" 橙色#FFA61A "0" 蓝色#2FC8FA
|
// "1" 红色#FF343E "2" 橙色#FFA61A "0" 蓝色#2FC8FA
|
||||||
// if (item.taskType == "1" || item.taskType == "2" || item.taskType == "3") {
|
// if (item.taskType == "1" || item.taskType == "2" || item.taskType == "3") {
|
||||||
// if (item.taskType == "1") {
|
// if (item.taskType == "1") {
|
||||||
|
@ -484,7 +499,8 @@
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: "monitoring-warning",
|
name: "monitoring-warning",
|
||||||
params: {
|
params: {
|
||||||
taskId: ''
|
taskId: '',
|
||||||
|
videoFaceList:this.videoFaceList,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="布控对象" prop="object" style="margin:0px">
|
<el-form-item label="布控对象" prop="object" style="margin:0px">
|
||||||
<el-radio v-model="addForm.object" label="1">人像库</el-radio>
|
<el-radio v-model="addForm.object" label="1">人像库</el-radio>
|
||||||
<el-radio v-model="addForm.object" label="2">上传目标照片</el-radio>
|
<!-- <el-radio v-model="addForm.object" label="2">上传目标照片</el-radio>-->
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item prop="library" v-if="addForm.object == '1'">
|
<el-form-item prop="library" v-if="addForm.object == '1'">
|
||||||
<el-select v-model="addForm.library" filterable multiple collapse-tags placeholder="请选择人像库">
|
<el-select v-model="addForm.library" filterable multiple collapse-tags placeholder="请选择人像库">
|
||||||
|
@ -50,26 +50,26 @@
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item prop="targetImg" v-if="addForm.object == '2'">
|
<!-- <el-form-item prop="targetImg" v-if="addForm.object == '2'">-->
|
||||||
<span class="surveillance_add_gs">上传头像图片只能是 JPG 、PNG、JPEG格式!</span>
|
<!-- <span class="surveillance_add_gs">上传头像图片只能是 JPG 、PNG、JPEG格式!</span>-->
|
||||||
<div class="surveillance_box">
|
<!-- <div class="surveillance_box">-->
|
||||||
<div class="surveillance_img">
|
<!-- <div class="surveillance_img">-->
|
||||||
<img v-if='addForm.targetImg' :src="addForm.targetImg" class="pre-img">
|
<!-- <img v-if='addForm.targetImg' :src="addForm.targetImg" class="pre-img">-->
|
||||||
<div v-else class="avatar-uploader-icon">人物图像</div>
|
<!-- <div v-else class="avatar-uploader-icon">人物图像</div>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<div class="crop-demo-btn">
|
<!-- <div class="crop-demo-btn">-->
|
||||||
上传图片<input class="crop-input" type="file" name="image" accept="image/*" @change="setImage" />
|
<!-- 上传图片<input class="crop-input" type="file" name="image" accept="image/*" @change="setImage" />-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<el-dialog title="裁剪图片" :visible.sync="dialogVisible9" width="30%" :close-on-click-modal='false' append-to-body>
|
<!-- <el-dialog title="裁剪图片" :visible.sync="dialogVisible9" width="30%" :close-on-click-modal='false' append-to-body>-->
|
||||||
<vue-cropper ref='cropper' :src="imgSrc" :ready="cropImage" :zoom="cropImage" :cropmove="cropImage" style="width:100%;height:300px;">
|
<!-- <vue-cropper ref='cropper' :src="imgSrc" :ready="cropImage" :zoom="cropImage" :cropmove="cropImage" style="width:100%;height:300px;">-->
|
||||||
</vue-cropper>
|
<!-- </vue-cropper>-->
|
||||||
<span slot="footer" class="dialog-footer">
|
<!-- <span slot="footer" class="dialog-footer">-->
|
||||||
<el-button @click="cancelCrop">取 消</el-button>
|
<!-- <el-button @click="cancelCrop">取 消</el-button>-->
|
||||||
<el-button type="primary" @click="clickOK()">确 定</el-button>
|
<!-- <el-button type="primary" @click="clickOK()">确 定</el-button>-->
|
||||||
</span>
|
<!-- </span>-->
|
||||||
</el-dialog>
|
<!-- </el-dialog>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</el-form-item>
|
<!-- </el-form-item>-->
|
||||||
<el-form-item style="margin-bottom:0px" label="处置类型" prop="disposalType">
|
<el-form-item style="margin-bottom:0px" label="处置类型" prop="disposalType">
|
||||||
<el-radio v-model="addForm.disposalType" :label="item.label" v-for="item in warningTypeList" :key="item.value">{{item.label}}</el-radio>
|
<el-radio v-model="addForm.disposalType" :label="item.label" v-for="item in warningTypeList" :key="item.value">{{item.label}}</el-radio>
|
||||||
<!-- <el-radio v-model="addForm.disposalType" label="1">抓捕类</el-radio>
|
<!-- <el-radio v-model="addForm.disposalType" label="1">抓捕类</el-radio>
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="布控对象" prop="controlObject" style="margin:0px">
|
<el-form-item label="布控对象" prop="controlObject" style="margin:0px">
|
||||||
<el-radio disabled v-model="addForm2.controlObject" label="1">人脸库</el-radio>
|
<el-radio disabled v-model="addForm2.controlObject" label="1">人脸库</el-radio>
|
||||||
<el-radio disabled v-model="addForm2.controlObject" label="2">上传目标照片</el-radio>
|
<!-- <el-radio disabled v-model="addForm2.controlObject" label="2">上传目标照片</el-radio>-->
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item prop="libIds" v-if="addForm2.controlObject == '1'">
|
<el-form-item prop="libIds" v-if="addForm2.controlObject == '1'">
|
||||||
<el-select disabled v-model="addForm2.libIds" multiple placeholder="请选择人脸库">
|
<el-select disabled v-model="addForm2.libIds" multiple placeholder="请选择人脸库">
|
||||||
|
@ -164,9 +164,9 @@
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item prop="targetImg" v-if="addForm2.controlObject == '2'">
|
<!-- <el-form-item prop="targetImg" v-if="addForm2.controlObject == '2'">-->
|
||||||
<img :src="addForm2.imgurl" class="avatar">
|
<!-- <img :src="addForm2.imgurl" class="avatar">-->
|
||||||
</el-form-item>
|
<!-- </el-form-item>-->
|
||||||
<el-form-item style="margin-bottom:0px" label="处置类型" prop="disposalType">
|
<el-form-item style="margin-bottom:0px" label="处置类型" prop="disposalType">
|
||||||
<el-radio v-model="addForm2.disposalType" :label="item.label" v-for="item in warningTypeList" :key="item.value">{{item.label}}</el-radio>
|
<el-radio v-model="addForm2.disposalType" :label="item.label" v-for="item in warningTypeList" :key="item.value">{{item.label}}</el-radio>
|
||||||
<!-- <el-radio v-model="addForm2.disposalType" label="1">抓捕类</el-radio>
|
<!-- <el-radio v-model="addForm2.disposalType" label="1">抓捕类</el-radio>
|
||||||
|
|
|
@ -33,25 +33,26 @@
|
||||||
<div style="background-color: #FFF;margin-bottom: 20px;border-radius: 2px;cursor: pointer;" @click="openTask(item)">
|
<div style="background-color: #FFF;margin-bottom: 20px;border-radius: 2px;cursor: pointer;" @click="openTask(item)">
|
||||||
<div style="height:40px;line-height:40px;display:flex;justify-content: space-between;border-bottom: 1px solid #F1F8FF;box-sizing: border-box;">
|
<div style="height:40px;line-height:40px;display:flex;justify-content: space-between;border-bottom: 1px solid #F1F8FF;box-sizing: border-box;">
|
||||||
<i>
|
<i>
|
||||||
<i class="font-fourteen" style="font-weight: bold;color: #333333;margin-left: 20px">{{item.cameraRegion}}</i>
|
<i class="font-fourteen" style="font-weight: bold;color: #333333;margin-left: 20px">{{"十楼工位"}}</i>
|
||||||
</i>
|
</i>
|
||||||
<i style="font-weight: bold;color: #333333;margin-right: 20px;margin-left: 20px">{{item.time}}</i>
|
<i style="font-weight: bold;color: #333333;margin-right: 20px;margin-left: 20px">{{item.time}}</i>
|
||||||
</div>
|
</div>
|
||||||
<div style="position: relative;">
|
<div style="position: relative;">
|
||||||
<div style="display: flex;align-items: center;height: 150px;margin-left: 30px;">
|
<div style="display: flex;align-items: center;height: 150px;margin-left: 30px;">
|
||||||
<div style="width: 120px;height: 120px;background: #F1F6F9;">
|
<div style="width: 120px;height: 120px;background: #F1F6F9;">
|
||||||
|
<!-- <img :src="item.cphoto" alt="目标图片" height="100%">-->
|
||||||
<canvas width=120 height=120 :ref="'warningImage'+index">
|
<canvas width=120 height=120 :ref="'warningImage'+index">
|
||||||
</canvas>
|
</canvas>
|
||||||
</div>
|
</div>
|
||||||
<!-- 可考虑用背景图 -->
|
<!-- 可考虑用背景图 -->
|
||||||
<div style="width: 120px;height: 120px;background: #F1F6F9;margin: 0 20px;text-align: center;">
|
<div style="width: 120px;height: 120px;background: #F1F6F9;margin: 0 20px;text-align: center;">
|
||||||
<img :src="$replaceImgUrl(item.faceUrl)" alt="目标图片" height="100%">
|
<img :src="item.rphoto" alt="目标图片" height="100%">
|
||||||
</div>
|
</div>
|
||||||
<div style="height: 120px;display: flex;flex-direction: column;justify-content: space-around;">
|
<div style="height: 120px;display: flex;flex-direction: column;justify-content: space-around;">
|
||||||
<span><i>姓名:{{item.name}}</i></span>
|
<span><i>姓名:{{item.name}}</i></span>
|
||||||
<span><i>性别:{{item.sex}}</i></span>
|
<span><i>性别:{{item.sex}}</i></span>
|
||||||
<span><i>来源:{{item.libName}}</i></span>
|
<span><i>来源:{{item.libName}}</i></span>
|
||||||
<span><i>相似度:</i><i style="font-size: 30px;font-weight: 600;color: #FF343E;font-family:Bahnschrift;">{{(item.score*100).toFixed(2)}}%</i></span>
|
<span><i>相似度:</i><i style="font-size: 30px;font-weight: 600;color: #FF343E;font-family:Bahnschrift;">{{(item.xsd*1).toFixed(2)}}%</i></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="position: absolute;top:20px;right: 30px;">
|
<div style="position: absolute;top:20px;right: 30px;">
|
||||||
|
@ -74,9 +75,9 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Task from './barrier-task'
|
import Task from './barrier-task'
|
||||||
import warningMap from './warning-map'
|
import warningMap from './warning-map'
|
||||||
export default {
|
export default {
|
||||||
name: "watch",
|
name: "watch",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
@ -105,7 +106,7 @@
|
||||||
// 任务Id
|
// 任务Id
|
||||||
taskId: "",
|
taskId: "",
|
||||||
// 预警列表
|
// 预警列表
|
||||||
warningList: [],
|
warningList: this.$route.params.videoFaceList,
|
||||||
// 详情
|
// 详情
|
||||||
taskVisible: false,
|
taskVisible: false,
|
||||||
val: {}
|
val: {}
|
||||||
|
@ -117,6 +118,8 @@
|
||||||
},
|
},
|
||||||
// activated
|
// activated
|
||||||
created() {
|
created() {
|
||||||
|
console.log("warninglist参数传递:")
|
||||||
|
console.log(this.$route.params)
|
||||||
// 第一次加载(非路由跳转)
|
// 第一次加载(非路由跳转)
|
||||||
if (this.$route.params.taskId === undefined) {
|
if (this.$route.params.taskId === undefined) {
|
||||||
// 任务列表
|
// 任务列表
|
||||||
|
@ -371,21 +374,21 @@
|
||||||
// 地图模式回调
|
// 地图模式回调
|
||||||
mapRefClick() {}
|
mapRefClick() {}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
i {
|
i {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-family: "Noto Sans SC";
|
font-family: "Noto Sans SC";
|
||||||
}
|
}
|
||||||
|
|
||||||
.conditions-div {
|
.conditions-div {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conditions-div>>>.el-form-item {
|
.conditions-div>>>.el-form-item {
|
||||||
margin: 10px
|
margin: 10px
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue