将“格洛纳斯”和"伽利略"修改成英文名

master
yezhichao 2021-12-03 16:14:01 +08:00
parent d58075ae2c
commit a4c49b29f1
5 changed files with 10 additions and 10 deletions

View File

@ -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>

View File

@ -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' }
]
}
]

View File

@ -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>

View File

@ -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>

View File

@ -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>