From 42695fcf614452e3edceb22efe24ec64a17aad5a Mon Sep 17 00:00:00 2001 From: zhang_li Date: Fri, 28 Mar 2025 15:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8DYT-2006=E5=8F=B7=E5=8F=A3?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=94=B3=E8=AF=B7=E5=92=8C=E5=8F=B7=E5=8F=A3?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E4=BB=BB=E5=8A=A1=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=AD=97=E6=AE=B5=E6=8E=92=E5=BA=8F=E4=B8=8D?= =?UTF-8?q?=E5=A5=BD=E4=BD=BF=EF=BC=8C=E4=B8=8D=E5=9C=A8=E6=AD=A4=E5=88=86?= =?UTF-8?q?=E6=94=AF=E4=BF=AE=E6=94=B9=EF=BC=8C=E5=9C=A8=E4=B8=BB=E5=88=86?= =?UTF-8?q?=E6=94=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/src/Table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/src/Table.vue b/src/components/Table/src/Table.vue index b45b2c470..43881054e 100644 --- a/src/components/Table/src/Table.vue +++ b/src/components/Table/src/Table.vue @@ -352,7 +352,7 @@ export default defineComponent({ } } //默认排序 - // updateSort(columns) + updateSort(columns) return [...[renderTableExpand()], ...[renderTableSelection()]].concat( (columnsChildren || columns).map((v) => { const zhName = v.label || '';//中文名称