From 2a8f2416583b133043a00aae2927cce020f2dc9d Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 9 Feb 2023 14:17:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E9=9B=86=E6=B8=85=E5=8D=95=20?= =?UTF-8?q?=E8=B4=A3=E4=BB=BB=E9=A2=86=E5=9F=9F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index 43377f381..d66ccf7f5 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -916,6 +916,8 @@ this.orderBy = sorter.order == 'ascend' ? '1' : '2' if(sorter.columnKey == 'nioNumber'){ sorter.columnKey = 'nio_number' + }else if (sorter.columnKey == 'dutyTerritory'){ + sorter.columnKey = 'duty_territory' } this.orderByField = sorter.columnKey this.getTableList()