feat(screen): 更新位置面板的标签和数值

This commit is contained in:
Zzc 2025-11-24 12:02:09 +08:00
parent 677a5fa9ac
commit aabd46fcac

View File

@ -53,9 +53,9 @@ defineProps({
// //
const locationInfo = [ const locationInfo = [
{ label: '线路编号', value: 'S710', icon: lineCodeIcon }, { label: '线路编号', value: 'S204', icon: lineCodeIcon },
{ label: '路线班号', value: 'S199', icon: classNumberIcon }, { label: '灾害桩号', value: 'K130 + 800', icon: classNumberIcon },
{ label: '路段巡员', value: '张强', icon: inspectorIcon }, { label: '路段巡员', value: '张强', icon: inspectorIcon },
{ label: '联系电话', value: '13987657892', icon: phoneIcon }, { label: '联系电话', value: '13987657892', icon: phoneIcon },
] ]
</script> </script>