开发者
This commit is contained in:
@@ -49,9 +49,9 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
tabs () {
|
||||
let arr = [{id: '1', label: 'ifconfig'}, {id: '2', label: '日志列表'}, {id: '3', label: 'ROS运行列表'}, {id: '4', label: '芯片温度/主频'}, {id: '5', label: '调试信息'}, {id: '6', label: '软/硬件版本'}]
|
||||
let arr = [{id: '1', label: 'Ifconfig'}, {id: '2', label: '日志列表'}, {id: '3', label: 'ROS运行列表'}, {id: '4', label: '芯片温度/主频'}, {id: '5', label: '调试信息'}, {id: '6', label: '软/硬件版本'}]
|
||||
if (this.$i18n.locale === 'en-us') {
|
||||
arr = [{id: '1', label: 'ifconfig'}, {id: '2', label: 'Log list'}, {id: '3', label: 'ROS run list'}, {id: '4', label: 'Chip temperature/main frequency'}, {id: '5', label: 'Debugging information'}, {id: '6', label: 'Software/Hardware Version'}]
|
||||
arr = [{id: '1', label: 'Ifconfig'}, {id: '2', label: 'Log List'}, {id: '3', label: 'ROS Run List'}, {id: '4', label: 'Chip Temperature/Main Frequency'}, {id: '5', label: 'Debugging Information'}, {id: '6', label: 'Software/Hardware Version'}]
|
||||
}
|
||||
return arr
|
||||
}
|
||||
@@ -163,7 +163,7 @@ export default {
|
||||
z-index 2
|
||||
.tabs_item
|
||||
padding 0 10px
|
||||
width 200px
|
||||
width 202px
|
||||
height 46px
|
||||
box-sizing border-box
|
||||
line-height 46px
|
||||
|
||||
Reference in New Issue
Block a user