| | |
| | | </el-input> |
| | | <div v-show="toNameShow" class="toname-value-box"> |
| | | <ul> |
| | | <li |
| | | v-for="(item, index) in toNameList" |
| | | :key="index" |
| | | @click="originChange(item)" |
| | | >{{ item.mechanismname }}</li> |
| | | <li v-for="(item, index) in toNameList" :key="index" @click="originChange(item)">{{ |
| | | item.mechanismname |
| | | }}</li> |
| | | </ul> |
| | | </div> |
| | | </div> |
| | |
| | | </el-input> |
| | | <div v-show="comeNameShow" class="comename-value-box"> |
| | | <ul> |
| | | <li |
| | | v-for="(item, index) in comeNameList" |
| | | :key="index" |
| | | @click="terminusChange(item)" |
| | | >{{ item.mechanismname }}</li> |
| | | <li v-for="(item, index) in comeNameList" :key="index" @click="terminusChange(item)">{{ |
| | | item.mechanismname |
| | | }}</li> |
| | | </ul> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | <div class="path-box" v-show="pathBoxShow"> |
| | | <ul> |
| | | <li v-for="(item, index) in pathBoxList" :key="index">{{item.instruction}}</li> |
| | | <li v-for="(item, index) in pathBoxList" :key="index">{{ item.instruction }}</li> |
| | | </ul> |
| | | </div> |
| | | </template> |
| | |
| | | const polyline = new global.DC.Polyline(routes) |
| | | polyline.setStyle({ |
| | | width: 6, |
| | | arcType: true, |
| | | material: global.DC.Color.RED, |
| | | clampToGround: true |
| | | }) |
| | |
| | | const polyline = new global.DC.Polyline(routes) |
| | | polyline.setStyle({ |
| | | width: 6, |
| | | arcType: true, |
| | | material: global.DC.Color.RED, |
| | | clampToGround: true |
| | | }) |
| | |
| | | const polyline = new global.DC.Polyline(routes) |
| | | polyline.setStyle({ |
| | | width: 6, |
| | | arcType: true, |
| | | material: global.DC.Color.RED, |
| | | clampToGround: true |
| | | }) |
| | |
| | | const polyline = new global.DC.Polyline(routes) |
| | | polyline.setStyle({ |
| | | width: 6, |
| | | arcType: true, |
| | | material: global.DC.Color.RED, |
| | | clampToGround: true |
| | | }) |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scope></style> |
| | | <style lang="scss" scope> |
| | | |
| | | </style> |