diff --git a/src/components/table/tag/TagTable.vue b/src/components/table/tag/TagTable.vue index 1ef5c588..c9f714dc 100644 --- a/src/components/table/tag/TagTable.vue +++ b/src/components/table/tag/TagTable.vue @@ -149,8 +149,7 @@ export default { label: this.$t('overall.name'), prop: 'name', show: true, - width: 300, - sortable: 'custom' + width: 300 }, { label: this.$t('tag.category'), prop: 'category',