|
@@ -141,10 +141,7 @@ export default defineComponent({
|
|
|
}
|
|
|
</p>
|
|
|
<p>事件时间:{store.incidentDetail?.baseInfo?.createTime}</p>
|
|
|
- <p>地点:{store.incidentDetail?.baseInfo?.addr}</p>
|
|
|
- <p>上报人员:{store.incidentDetail?.baseInfo?.createBy}</p>
|
|
|
- <p>上报单位:{store.incidentDetail?.baseInfo?.createDept ?? '-'}</p>
|
|
|
- <p>联系电话:{store.incidentDetail?.baseInfo?.expr1}</p>
|
|
|
+ <p>事件地点:{store.incidentDetail?.baseInfo?.addr}</p>
|
|
|
<p>
|
|
|
事件来源:
|
|
|
{commonStore.globalDict['zhdd_incident_source']?.find(
|
|
@@ -153,6 +150,9 @@ export default defineComponent({
|
|
|
(store.incidentDetail?.baseInfo?.source ?? '').toString(),
|
|
|
)?.dictLabel ?? '-'}
|
|
|
</p>
|
|
|
+ <p>上报人员:{store.incidentDetail?.baseInfo?.createBy}</p>
|
|
|
+ <p>联系电话:{store.incidentDetail?.baseInfo?.expr1}</p>
|
|
|
+ <p>上报单位:{store.incidentDetail?.baseInfo?.createDept ?? '-'}</p>
|
|
|
</CollapseItem>
|
|
|
<CollapseItem
|
|
|
title="应急预案"
|