|
|
@ -119,7 +119,7 @@ const HostCaseCount = () => {
|
|
|
|
</Divider>
|
|
|
|
</Divider>
|
|
|
|
<Table
|
|
|
|
<Table
|
|
|
|
sticky
|
|
|
|
sticky
|
|
|
|
id="summaryCountList"
|
|
|
|
id="groupColumnsList"
|
|
|
|
dataSource={host_case_data.groupData}
|
|
|
|
dataSource={host_case_data.groupData}
|
|
|
|
columns={groupColumnsList}
|
|
|
|
columns={groupColumnsList}
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
@ -138,7 +138,7 @@ const HostCaseCount = () => {
|
|
|
|
</Divider>
|
|
|
|
</Divider>
|
|
|
|
<Table
|
|
|
|
<Table
|
|
|
|
sticky
|
|
|
|
sticky
|
|
|
|
id="summaryCountList"
|
|
|
|
id="counselorColumnsList"
|
|
|
|
dataSource={host_case_data.counselorData}
|
|
|
|
dataSource={host_case_data.counselorData}
|
|
|
|
columns={counselorColumnsList}
|
|
|
|
columns={counselorColumnsList}
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|