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'} }, {