From 2aa659a3af9108f1178bd802186f1dda76783316 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Sat, 11 Jun 2022 17:57:17 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20-=20=E4=BF=AE=E6=94=B9=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E7=9A=84=E5=B1=95=E7=A4=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../departmentAllStatistics/DepartmentAllStatistics.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue b/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue index 6a63f41..a84ea18 100644 --- a/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue +++ b/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue @@ -118,7 +118,7 @@ const defaultTableColumns = [ title: '部门', align: 'center', width: 300, - dataIndex: 'principalName', + dataIndex: 'departName', scopedSlots: {customRender: 'text'} }, {