CN-906 fix: 知识库列表排序字段名更正

This commit is contained in:
chenjinsong
2023-03-06 14:19:29 +08:00
parent e2f9eb7f59
commit ac28e52ca7
4 changed files with 28 additions and 6 deletions

View File

@@ -126,7 +126,8 @@ export default {
{
label: this.$t('overall.createTime'),
prop: 'ctime',
show: false
show: false,
sortable: 'custom'
},
{
label: this.$t('overall.updatedBy'),
@@ -136,7 +137,8 @@ export default {
{
label: this.$t('overall.updateTime'),
prop: 'utime',
show: false
show: false,
sortable: 'custom'
}
]
}