diff --git a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/LeftPanel/LocationPanel.vue b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/LeftPanel/LocationPanel.vue index 1599775..ca0e046 100644 --- a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/LeftPanel/LocationPanel.vue +++ b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/LeftPanel/LocationPanel.vue @@ -53,9 +53,9 @@ defineProps({ // 地理位置信息数据 const locationInfo = [ - { label: '线路编号', value: 'S710', icon: lineCodeIcon }, - { label: '路线班号', value: 'S199', icon: classNumberIcon }, - { label: '路段巡查员', value: '张强', icon: inspectorIcon }, + { label: '线路编号', value: 'S204', icon: lineCodeIcon }, + { label: '灾害桩号', value: 'K130 + 800', icon: classNumberIcon }, + { label: '路段巡路员', value: '张强', icon: inspectorIcon }, { label: '联系电话', value: '13987657892', icon: phoneIcon }, ]