事件标题:
{{ policeIncidentsData.name || "无" }}
报警对象:
{{
policeIncidentsData.empName || "无"
}}
联系方式:
{{ isPhone ? policeIncidentsData.contact : "***********" }}
{{ !isPhone ? "显示" : "隐藏" }}
上报时间:
{{ policeIncidentsData.createdTime || "无" }}
事发地点:
{{ policeIncidentsData.address || "无" }}
事件类型:
{{ policeIncidentsData.policeEventType || "无" }}
事件级别:
{{ policeIncidentsData.policeEventLevel || "无" }}
事件起因:
{{ policeIncidentsData.reason || "无" }}
已采取措施:
{{ policeIncidentsData.actionTaken || "无" }}
处理情况及发展趋势:
{{ policeIncidentsData.actionTendency || "无" }}
进一步处理意见:
{{ policeIncidentsData.processedSuggestion || "无" }}
现场调度指导:
{{ policeIncidentsData.processedLocaleGuidance || "无" }}