将“格洛纳斯”和"伽利略"修改成英文名
parent
d58075ae2c
commit
a4c49b29f1
|
@ -21,7 +21,7 @@
|
|||
北 斗<span>{{ bd_satellite_count }}</span>
|
||||
</div>
|
||||
<div class="station-info">
|
||||
伽 利 略<span>{{ ga_satellite_count }}</span>
|
||||
Galileo<span>{{ ga_satellite_count }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
<span>{{ gp_satellite_count }}</span>G P S
|
||||
</div>
|
||||
<div class="station-info">
|
||||
<span>{{ gl_satellite_count }}</span>格洛纳斯
|
||||
<span>{{ gl_satellite_count }}</span>GLONASS
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -57,8 +57,8 @@ const option = reactive({
|
|||
data: [
|
||||
{ value: 0, name: '北 斗', },
|
||||
{ value: 0, name: 'G P S' },
|
||||
{ value: 0, name: '格洛纳斯' },
|
||||
{ value: 0, name: '伽 利 略' }
|
||||
{ value: 0, name: 'GLONASS' },
|
||||
{ value: 0, name: 'Galileo' }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<ScrollBoardTable ref="BDScrollBoardTable" title="北 斗" />
|
||||
</border-box-3>
|
||||
<border-box-3>
|
||||
<ScrollBoardTable ref="GAScrollBoardTable" title="伽 利 略" />
|
||||
<ScrollBoardTable ref="GAScrollBoardTable" title="Galileo" />
|
||||
</border-box-3>
|
||||
</div>
|
||||
<div class="w-1/2 px-2">
|
||||
|
@ -21,7 +21,7 @@
|
|||
<ScrollBoardTable ref="GPScrollBoardTable" title="G P S" />
|
||||
</border-box-3>
|
||||
<border-box-3>
|
||||
<ScrollBoardTable ref="GLScrollBoardTable" title="格洛纳斯" />
|
||||
<ScrollBoardTable ref="GLScrollBoardTable" title="GLONASS" />
|
||||
</border-box-3>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
<SNRView ref="GPSNRView" color="rgb(255,255,0)" title="GPS" />
|
||||
</div>
|
||||
<div>
|
||||
<SNRView ref="GLSNRView" color="rgb(102,0,255)" title="格洛纳斯" />
|
||||
<SNRView ref="GLSNRView" color="rgb(102,0,255)" title="GLONASS" />
|
||||
</div>
|
||||
<div>
|
||||
<SNRView ref="GASNRView" color="rgb(0,204,102)" title="伽利略" />
|
||||
<SNRView ref="GASNRView" color="rgb(0,204,102)" title="Galileo" />
|
||||
</div>
|
||||
</div>
|
||||
</full-screen-container>
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
<PlanisphereView ref="GPPlanisphereView" color="rgb(255,255,0)" title="GPS" />
|
||||
</div>
|
||||
<div>
|
||||
<PlanisphereView ref="GLPlanisphereView" color="rgb(102,0,255)" title="格洛纳斯" />
|
||||
<PlanisphereView ref="GLPlanisphereView" color="rgb(102,0,255)" title="GLONASS" />
|
||||
</div>
|
||||
<div>
|
||||
<PlanisphereView ref="GAPlanisphereView" color="rgb(0,204,102)" title="伽利略" />
|
||||
<PlanisphereView ref="GAPlanisphereView" color="rgb(0,204,102)" title="Galileo" />
|
||||
</div>
|
||||
</div>
|
||||
</full-screen-container>
|
||||
|
|
Loading…
Reference in New Issue