diff --git a/src/views/page/communitymanage.vue b/src/views/page/communitymanage.vue index 7cf0daae..2256601b 100644 --- a/src/views/page/communitymanage.vue +++ b/src/views/page/communitymanage.vue @@ -1,826 +1,782 @@ - - - 警情详情 - - - - 事件类型: - - - {{infoData.alarmCode}} - - - - - 上报时间: - - - {{infoData.timestamp}} - - - - - 上报地点: - - - {{infoData.address}} - - - - - 上报来源: - - - {{infoData.alarmSource}} - - - - - 核验状态: - - - {{totypecn(infoData.fakeState) }} - - - - - 转发模式: - - - {{infoData.reportMode=='1'?'自动转发':infoData.reportMode=='2'?'核验转发':''}} - - - - - 描述信息: - - - {{infoData.description}} - - - - - 案件类型: - - - {{infoData.alarmType}} - - - - - 案件分组: - - - {{infoData.alarmCode}} - - - - - - 联系人1: - - - {{infoData.user1Name}} - - - - - 电话: - - - {{infoData.user1Phone}} - - - - - - - 联系人2: - - - {{infoData.user2Name}} - - - - - 电话: - - - {{infoData.user2Phone}} - - - - - - - 联系人3: - - - {{infoData.user3Name}} - - - - - 电话: - - - {{infoData.user3Phone}} - - - - - - 处置状态: - - - {{infoData.state=='new'?'新事件':infoData.state=='processing'?'处置中':infoData.state=='processed'?'处置完成':infoData.state=='close'?'关闭':''}} - - - - - - {{toCn(item.operation)}} - 时间:{{item.timestamp}} - 操作者: {{item.operatorType}} - - - 关闭 - - - 周边力量 - - - 米 - 消息下发 - - - - - {{item.title}} - - - - - 视频监控 - - - - - - - - {{form.title}} - - - - - - - - - - - - 发送 - - - - + + + 警情详情 + + + 事件类型: + + {{ infoData.alarmCode }} + + + + 上报时间: + + {{ infoData.timestamp }} + + + + 上报地点: + + {{ infoData.address }} + + + + 上报来源: + + {{ infoData.alarmSource }} + + + + 核验状态: + + {{ totypecn(infoData.fakeState) }} + + + + 转发模式: + + {{ infoData.reportMode == '1' ? '自动转发' : infoData.reportMode == '2' ? '核验转发' : '' }} + + + + 描述信息: + + {{ infoData.description }} + + + + 案件类型: + + {{ infoData.alarmType }} + + + + 案件分组: + + {{ infoData.alarmCode }} + + + + + 联系人1: + + {{ infoData.user1Name }} + + + + 电话: + + {{ infoData.user1Phone }} + + + + + + 联系人2: + + {{ infoData.user2Name }} + + + + 电话: + + {{ infoData.user2Phone }} + + + + + + 联系人3: + + {{ infoData.user3Name }} + + + + 电话: + + {{ infoData.user3Phone }} + + + + + 处置状态: + + {{ infoData.state == 'new' ? '新事件' : infoData.state == 'processing' ? '处置中' : infoData.state == 'processed' ? '处置完成' : infoData.state == 'close' ? '关闭' : '' }} + + + + + + {{ toCn(item.operation) }} + 时间:{{ item.timestamp }} + 操作者: {{ item.operatorType }} + + + 关闭 + + + 周边力量 + + + 米 + 消息下发 + + + + + {{ item.title }} + + + + + 视频监控 + + + + + + + + {{ form.title }} + + + + + + + + + + + + 发送 + + + + \ No newline at end of file +.riskMarkerImg > span:last-child { + width: 120px; + height: 80px; + background: #000; + margin-left: 10px; + border-radius: 4px; +} +
警情详情
{{toCn(item.operation)}}
时间:{{item.timestamp}}
操作者: {{item.operatorType}}
周边力量
视频监控
{{ toCn(item.operation) }}
时间:{{ item.timestamp }}
操作者: {{ item.operatorType }}