From 47f48aa09fe641c83d692332261daed3338682ed Mon Sep 17 00:00:00 2001 From: lpd <1337706942@qq.com> Date: Tue, 26 May 2026 15:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=A7=E5=80=BC=E6=B1=87?= =?UTF-8?q?=E6=80=BB=E8=A1=A8=E4=B8=93=E4=B8=9A=E6=89=80=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tjt/report-summary/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/tjt/report-summary/index.vue b/src/views/tjt/report-summary/index.vue index a76acd1..a3ba213 100644 --- a/src/views/tjt/report-summary/index.vue +++ b/src/views/tjt/report-summary/index.vue @@ -45,6 +45,7 @@ {{ scope.row.totalRow ? '' : scope.row.serialNo }} + @@ -309,9 +310,9 @@ const PROJECT_OVERVIEW_SORT_OPTIONS: SelectOption[] = [ ] const EMPLOYEE_SUMMARY_SORT_OPTIONS: SelectOption[] = [ - { label: '年度合计从高到低', value: 'annual_total_desc' }, - { label: '年度合计从低到高', value: 'annual_total_asc' }, - { label: '员工姓名升序', value: 'name_asc' } + { label: '专业所 + 所内年度合计从高到低', value: 'annual_total_desc' }, + { label: '专业所 + 所内年度合计从低到高', value: 'annual_total_asc' }, + { label: '专业所 + 所内姓名升序', value: 'name_asc' } ] const message = useMessage()