CN-906 fix: 知识库列表排序字段名更正
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user