diff --git a/src/apis/map/constant.ts b/src/apis/map/constant.ts
index 839ac36..f3b86f1 100644
--- a/src/apis/map/constant.ts
+++ b/src/apis/map/constant.ts
@@ -50,9 +50,10 @@ export const MAP_POINT_TYPES = Object.freeze(
export const MAP_POINT_EXTENSION_TYPES = Object.freeze({
[MapPointType.等待点]: [MapPointType.临时避让点],
[MapPointType.库区点]: [MapPointType.临时避让点],
- [MapPointType.临时避让点]: [MapPointType.等待点, MapPointType.库区点, MapPointType.密集库区点],
- [MapPointType.密集库区点]: [MapPointType.动作点, MapPointType.临时避让点],
- [MapPointType.动作点]: [MapPointType.密集库区点],
+ [MapPointType.临时避让点]: [MapPointType.等待点, MapPointType.库区点],
+ // [MapPointType.临时避让点]: [MapPointType.等待点, MapPointType.库区点, MapPointType.密集库区点],
+ // [MapPointType.密集库区点]: [MapPointType.动作点, MapPointType.临时避让点],
+ // [MapPointType.动作点]: [MapPointType.密集库区点],
});
/**
diff --git a/src/components/card/point-detail-card.vue b/src/components/card/point-detail-card.vue
index cf557dc..5284b31 100644
--- a/src/components/card/point-detail-card.vue
+++ b/src/components/card/point-detail-card.vue
@@ -109,10 +109,10 @@ const getStorageStatusTag = (location: StorageLocationInfo) => {
{{ $t('站点坐标') }}
({{ rect.x?.toFixed() }},{{ rect.y?.toFixed() }})
-
+
{{ $t('绑定机器人') }}
diff --git a/src/components/card/point-edit-card.vue b/src/components/card/point-edit-card.vue
index 8caa4f4..7f06d1e 100644
--- a/src/components/card/point-edit-card.vue
+++ b/src/components/card/point-edit-card.vue
@@ -234,7 +234,7 @@ function onChangeLocation(i: number, v: string) {
-
+