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, minWidth: 150,
sortable: 'custom' sortable: 'custom'
}, { }, {
label: this.$t('overall.labels'), label: this.$t('overall.value'),
prop: 'value', prop: 'value',
minWidth: 150, minWidth: 150,
show: true show: true

View File

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

View File

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

File diff suppressed because one or more lines are too long