fix(supervision): 修正特殊处置企业信息列表隐患数据字段映射
- 将轻微隐患数字段从 minorCount 更新为 specialMinorCount - 将一般隐患数字段从 generalCount 更新为 specialGeneralCountmaster
parent
e51f198be1
commit
b4005263b8
|
|
@ -24,8 +24,8 @@ function CorpInfoList(props) {
|
|||
columns={[
|
||||
{ title: "企业名称", dataIndex: "corpName" },
|
||||
{ title: "一般隐患", children: [
|
||||
{ title: "轻微隐患数", dataIndex: "minorCount" },
|
||||
{ title: "一般隐患数", dataIndex: "generalCount" },
|
||||
{ title: "轻微隐患数", dataIndex: "specialMinorCount" },
|
||||
{ title: "一般隐患数", dataIndex: "specialGeneralCount" },
|
||||
] },
|
||||
{
|
||||
title: "操作",
|
||||
|
|
|
|||
Loading…
Reference in New Issue