From 3ca395824bbe40a6ba14161d5c5d6b4f5bbfb767 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Thu, 17 Nov 2022 15:35:26 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=BB=9F=E8=AE=A1=E6=8A=A5=E8=A1=A8-?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E6=9D=A5=E6=AC=BE=E7=BB=9F=E8=AE=A1-?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5,=E4=B8=AA=E4=BA=BA=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=8E=87=20=E5=8A=A0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../departmentStatistics/IndividualPaymentStatisticsList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/statisticalReport/departmentStatistics/IndividualPaymentStatisticsList.vue b/src/views/statisticalReport/departmentStatistics/IndividualPaymentStatisticsList.vue index 01eac36..15f0338 100644 --- a/src/views/statisticalReport/departmentStatistics/IndividualPaymentStatisticsList.vue +++ b/src/views/statisticalReport/departmentStatistics/IndividualPaymentStatisticsList.vue @@ -207,7 +207,8 @@ const defaultTableColumns = [ title: '个人完成率', align: 'center', dataIndex: 'finishRate', - width: 140 + width: 140, + sorter: true, } ]