|
@@ -194,32 +194,32 @@
|
|
@click="updateCentereventTEventcatalogueStatus('qs',false)">
|
|
@click="updateCentereventTEventcatalogueStatus('qs',false)">
|
|
签收
|
|
签收
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button size="small"
|
|
|
|
- icon="el-icon-question"
|
|
|
|
- @click="updateCentereventTEventcatalogueStatus('wb',false)">
|
|
|
|
- 误报
|
|
|
|
- </el-button>
|
|
|
|
- <el-button size="small"
|
|
|
|
- icon="el-icon-warning"
|
|
|
|
- @click="updateCentereventTEventcatalogueStatus('cf',false)">
|
|
|
|
- 重复
|
|
|
|
- </el-button>
|
|
|
|
|
|
+ <!--<el-button size="small"-->
|
|
|
|
+ <!--icon="el-icon-question"-->
|
|
|
|
+ <!--@click="updateCentereventTEventcatalogueStatus('wb',false)">-->
|
|
|
|
+ <!--误报-->
|
|
|
|
+ <!--</el-button>-->
|
|
|
|
+ <!--<el-button size="small"-->
|
|
|
|
+ <!--icon="el-icon-warning"-->
|
|
|
|
+ <!--@click="updateCentereventTEventcatalogueStatus('cf',false)">-->
|
|
|
|
+ <!--重复-->
|
|
|
|
+ <!--</el-button>-->
|
|
</div>
|
|
</div>
|
|
<el-button size="small" icon="el-icon-chat-dot-square" @click="sendEventLog()">发送
|
|
<el-button size="small" icon="el-icon-chat-dot-square" @click="sendEventLog()">发送
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
<div class="z-info-btm-input-btn" v-else-if="eventStatusValue=='forest_event_status_2'">
|
|
<div class="z-info-btm-input-btn" v-else-if="eventStatusValue=='forest_event_status_2'">
|
|
<div>
|
|
<div>
|
|
- <el-button size="small"
|
|
|
|
- icon="el-icon-question"
|
|
|
|
- @click="updateCentereventTEventcatalogueStatus('wb',false)">
|
|
|
|
- 误报
|
|
|
|
- </el-button>
|
|
|
|
- <el-button size="small"
|
|
|
|
- icon="el-icon-warning"
|
|
|
|
- @click="updateCentereventTEventcatalogueStatus('cf',false)">
|
|
|
|
- 重复
|
|
|
|
- </el-button>
|
|
|
|
|
|
+ <!--<el-button size="small"-->
|
|
|
|
+ <!--icon="el-icon-question"-->
|
|
|
|
+ <!--@click="updateCentereventTEventcatalogueStatus('wb',false)">-->
|
|
|
|
+ <!--误报-->
|
|
|
|
+ <!--</el-button>-->
|
|
|
|
+ <!--<el-button size="small"-->
|
|
|
|
+ <!--icon="el-icon-warning"-->
|
|
|
|
+ <!--@click="updateCentereventTEventcatalogueStatus('cf',false)">-->
|
|
|
|
+ <!--重复-->
|
|
|
|
+ <!--</el-button>-->
|
|
<el-button size="small"
|
|
<el-button size="small"
|
|
icon="el-icon-phone" style="text-align:left"
|
|
icon="el-icon-phone" style="text-align:left"
|
|
@click="updateCentereventTEventcatalogueStatus('ld',false)">
|
|
@click="updateCentereventTEventcatalogueStatus('ld',false)">
|
|
@@ -2133,7 +2133,7 @@ export default {
|
|
},
|
|
},
|
|
/** 预览按钮操作 */
|
|
/** 预览按钮操作 */
|
|
preview(cameraParam) {
|
|
preview(cameraParam) {
|
|
- if(cameraParam.type=='大华'){
|
|
|
|
|
|
+ if(cameraParam.type=='1'){
|
|
getDahuaVideoServer().then(newResponse => {
|
|
getDahuaVideoServer().then(newResponse => {
|
|
console.log(newResponse)
|
|
console.log(newResponse)
|
|
this.ws.detectConnectQt().then(res => {
|
|
this.ws.detectConnectQt().then(res => {
|
|
@@ -2163,7 +2163,7 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
})
|
|
})
|
|
- }else if(cameraParam.type=='海康'){
|
|
|
|
|
|
+ }else if(cameraParam.type=='0'){
|
|
let that = this
|
|
let that = this
|
|
that.cameraVisible = true
|
|
that.cameraVisible = true
|
|
getHaiKangVideoServer({cameraCode:cameraParam.code}).then(newResponse => {
|
|
getHaiKangVideoServer({cameraCode:cameraParam.code}).then(newResponse => {
|