From deaa65500d4ae30be976d8c5e1a98be4ff009183 Mon Sep 17 00:00:00 2001 From: hanyuxia Date: Fri, 19 Apr 2024 10:37:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20CN-1592=20UI=20=E6=96=B0=E5=A2=9ETag?= =?UTF-8?q?=E6=A3=80=E7=B4=A2=E7=95=8C=E9=9D=A2:=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E2=80=9C=E5=90=8D=E7=A7=B0=E2=80=9D=E6=8E=92=E5=BA=8F=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/tag/TagTable.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',