From cb6cf2e19f287fa07bfffd196f152956763b61f8 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 10 Feb 2022 17:01:33 +0800 Subject: [PATCH] 27220 --- project/sass/apps/AppHealthReport/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sass/apps/AppHealthReport/components/List.vue b/project/sass/apps/AppHealthReport/components/List.vue index 3e137592..750ed4f3 100644 --- a/project/sass/apps/AppHealthReport/components/List.vue +++ b/project/sass/apps/AppHealthReport/components/List.vue @@ -57,7 +57,7 @@ name: '' }, colConfigs: [ - { prop: 'name', label: '员工姓名', openType: 'userName' }, + { prop: 'id', label: '员工姓名', openType: 'userName' }, { prop: 'girdNames', align: 'center', label: '网格' }, { prop: 'clockCount', align: 'center', label: '打卡次数' }, { prop: 'lastReportTime', align: 'center', label: '最近打卡时间' },