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 }}
+
{{ formatAmount(scope.row.quarterOneAmount) }}
@@ -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()