From fb916925eb8e78ce94d8bd3e5bb81ce4db845084 Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Tue, 23 Apr 2024 18:34:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=94=A8=E4=BE=8B=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84=E8=A1=A8?= =?UTF-8?q?=E5=A4=B4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/ms-case-associate/index.vue | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/business/ms-case-associate/index.vue b/frontend/src/components/business/ms-case-associate/index.vue index b30af7753f..342ad31508 100644 --- a/frontend/src/components/business/ms-case-associate/index.vue +++ b/frontend/src/components/business/ms-case-associate/index.vue @@ -362,20 +362,20 @@ slotName: 'num', sortIndex: 1, showTooltip: true, - sortable: { - sortDirections: ['ascend', 'descend'], - sorter: true, - }, + // sortable: { + // sortDirections: ['ascend', 'descend'], + // sorter: true, + // }, width: 150, fixed: 'left', }, { title: 'ms.case.associate.caseName', dataIndex: 'name', - sortable: { - sortDirections: ['ascend', 'descend'], - sorter: true, - }, + // sortable: { + // sortDirections: ['ascend', 'descend'], + // sorter: true, + // }, showTooltip: true, width: 250, }, @@ -397,10 +397,10 @@ title: 'caseManagement.featureCase.tableColumnCreateTime', slotName: 'createTime', dataIndex: 'createTime', - sortable: { - sortDirections: ['ascend', 'descend'], - sorter: true, - }, + // sortable: { + // sortDirections: ['ascend', 'descend'], + // sorter: true, + // }, width: 200, showDrag: true, },