dfaca9ae by zhangmeng

国旗

1 parent 0ecb417e
......@@ -178,7 +178,7 @@
<img :src="hkImage" alt="" class="hkimg">
</span>
<span>
{{ language == 0 ? scope.row.code != 'tw' ? scope.row.name : '中台北' : scope.row.enName }}
{{ language == 0 ? scope.row.code != 'tw' ? scope.row.name : '中台北' : scope.row.enName }}
</span>
</div>
</template>
......
......@@ -68,7 +68,7 @@
<img :src="hkImage" alt="" class="hkimg">
</span>
<span>
{{ language == 0 ? scope.row.code != 'tw' ? scope.row.name : '中台北' : scope.row.enName }}
{{ language == 0 ? scope.row.code != 'tw' ? scope.row.name : '中台北' : scope.row.enName }}
</span>
</div>
</template>
......
......@@ -6,7 +6,7 @@
<h3 style="text-align: center">
<!-- {{ // language == 0 ? query.name : query.enName }}-->
{{ language == 0 ? query.code != 'tw' ? query.name : '中台北' : query.enName }}
{{ language == 0 ? query.code != 'tw' ? query.name : '中台北' : query.enName }}
</h3>
<div class="mt20" />
<el-table :data="rank" stripe>
......@@ -28,7 +28,7 @@
<span v-else class="flag-icon">
<img :src="hkImage" alt="" class="hkimg">
</span>
{{ language == 0 ? query.code != 'tw' ? scope.row.name : '中台北' : scope.row.enName }}
{{ language == 0 ? query.code != 'tw' ? scope.row.name : '中台北' : scope.row.enName }}
<!-- {{ language == 0 ? scope.row.countryName : scope.row.countryNameEn }}-->
</div>
</template>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!