@@ -239,7 +239,7 @@ const getColumns = (
'全体'
) : (
<ElButton type="primary" link onClick={() => viewMarkDetail(row)}>
- {row.markerName?.split('-')?.[0]}
+ {row.markerName}
</ElButton>
)
},
@@ -212,7 +212,7 @@ const getColumns = (