CN-1293 fix:Administration> Operation Log页面,仅保留ID一列时,表格样式异常

This commit is contained in:
hyx
2023-09-20 17:24:15 +08:00
parent 94caec9e02
commit 67cb445d82
5 changed files with 30 additions and 14 deletions

View File

@@ -76,7 +76,7 @@ export default {
label: 'ID',
prop: 'id',
show: true,
width: 100,
minWidth: 100,
sortable: 'custom'
}, {
label: this.$t('config.roles.name'),