fix: 修复一些样式问题

This commit is contained in:
chenjinsong
2021-05-18 20:45:46 +08:00
parent fd77ced048
commit 63ba0189a5
3 changed files with 35 additions and 33 deletions

View File

@@ -106,12 +106,12 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('overall.name'),
prop: 'name',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.mib.fileName'),
prop: 'fileName',
@@ -127,11 +127,11 @@ export default {
}, {
label: this.$t('config.mib.updateUser'),
prop: 'updateUser',
show: true
show: false
}, {
label: this.$t('config.mib.updateAt'),
prop: 'updateAt',
show: true
show: false
}
]
}