Merge branch 'dev-3.3' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.4

This commit is contained in:
zhangyu
2022-06-27 10:30:29 +08:00
4 changed files with 4 additions and 7 deletions

View File

@@ -108,7 +108,7 @@ export default {
minWidth: 150,
sortable: 'custom'
}, {
label: this.$t('overall.labels'),
label: this.$t('overall.value'),
prop: 'value',
minWidth: 150,
show: true

View File

@@ -90,7 +90,7 @@ export default {
disabled: false
},
{
name: this.$t('overall.labels'),
name: this.$t('overall.value'),
type: 'input',
label: 'value',
disabled: false

View File

@@ -106,7 +106,7 @@ export default {
minWidth: 100,
show: true
}, {
label: this.$t('asset.talon.token'),
label: this.$t('asset.key'),
prop: 'token',
minWidth: 180,
show: false

File diff suppressed because one or more lines are too long