| | |
| | | <!-- |
| | | * @Author : yuan |
| | | * @Date : 2025-06-10 15:34:31 |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2025-06-10 15:53:47 |
| | | * @FilePath : \src\components\PlanarRouteLineList\PlanarRouteLineList.vue |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * 2025-06-10 15:34:31 |
| | | --> |
| | | <template> |
| | | <div class="route-line-list" :class="customClass" v-show="props.curRouteLineData.templateType === 'mapping3d'"> |
| | | <div :class="{ active: item.select }" v-for="(item, index) in props.curRouteLineData.data" :key="index" |