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, } ]