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

This commit is contained in:
@changcode
2021-05-25 17:58:49 +08:00
18 changed files with 45 additions and 30 deletions

View File

@@ -95,34 +95,38 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.assetLabel.name'),
prop: 'name',
show: true,
width: 100,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.assetLabel.key'),
prop: 'metaKey',
show: true,
sortable:'custom'
width: 200,
sortable: 'custom'
}, {
label: this.$t('config.assetLabel.group'),
prop: 'group',
show: true,
sortable:'custom'
width: 200,
sortable: 'custom'
}, {
label: this.$t('config.assetLabel.search'),
prop: 'search',
width: 120,
show: true
}, {
label: this.$t('config.assetLabel.display'),
prop: 'display',
width: 120,
show: true
}, {
label: this.$t('config.assetLabel.type'),
prop: 'type',
width: 150,
show: true
}, {
label: this.$t('config.assetLabel.params'),