| | |
| | | @click="onSidebar" |
| | | /> --> |
| | | <div class="flex flex-col pl-21" @click="onSidebar"> |
| | | <div class="font-35 textColor"> |
| | | <!-- {{ symbol | _symbolName(1) }} --> |
| | | {{symbol=='mother'?'ORBITAL':symbol}} |
| | | <div class="font-35 textColor" v-if="symbol=='mother'"> |
| | | ORBITAL |
| | | </div> |
| | | <div class="font-35 textColor" v-else-if="symbol=='zkp'"> |
| | | ZYD |
| | | </div> |
| | | <div class="font-35 textColor" v-else-if="symbol=='dia'"> |
| | | DEA |
| | | </div> |
| | | <div class="font-35 textColor" v-else-if="symbol=='xeta'"> |
| | | AXFD |
| | | </div> |
| | | <div class="font-35 textColor" v-else-if="symbol=='og'"> |
| | | SMK |
| | | </div> |
| | | <div class="font-35 textColor" v-else-if="symbol=='fil'"> |
| | | FPP |
| | | </div> |
| | | <div class="font-35 textColor" v-else> |
| | | {{symbol.toUpperCase()}} |
| | | </div> |
| | | </div> |
| | | <div |
| | | v-if="range" |