diff --git a/src/components/CustomPages/BI/BI001HomeDetail.js b/src/components/CustomPages/BI/BI001HomeDetail.js index df56729..ce182f8 100644 --- a/src/components/CustomPages/BI/BI001HomeDetail.js +++ b/src/components/CustomPages/BI/BI001HomeDetail.js @@ -35,7 +35,7 @@ class BI001HomeDetail extends React.Component { // render: (text, record, index) => `${index + 1}` // }, { - title: "上级组织", + title: "部门", dataIndex: "shopName", render: (value, record, index) => { const obj = { @@ -145,7 +145,7 @@ class BI001HomeDetail extends React.Component { }, }, { - title: "发起组织", + title: "车间/班组", dataIndex: "teamName", onCell:()=>this.renderSpeedColumn() }, diff --git a/src/components/CustomPages/BI/BI002HomeDetail.js b/src/components/CustomPages/BI/BI002HomeDetail.js index 5cf9f61..0eff654 100644 --- a/src/components/CustomPages/BI/BI002HomeDetail.js +++ b/src/components/CustomPages/BI/BI002HomeDetail.js @@ -35,7 +35,7 @@ class BI002HomeDetail extends React.Component { // render: (text, record, index) => `${index + 1}` // }, { - title: "上级组织", + title: "部门", dataIndex: "shopName", render: (value, record, index) => { const obj = { @@ -145,7 +145,7 @@ class BI002HomeDetail extends React.Component { }, }, { - title: "发起组织", + title: "车间/班组", dataIndex: "teamName", onCell:()=>this.renderSpeedColumn() }, diff --git a/src/components/CustomPages/BI/BI054HomeDetail.js b/src/components/CustomPages/BI/BI054HomeDetail.js index 4401edb..2de48c8 100644 --- a/src/components/CustomPages/BI/BI054HomeDetail.js +++ b/src/components/CustomPages/BI/BI054HomeDetail.js @@ -89,7 +89,7 @@ class BI054HomeDetail extends React.Component { countTypeTitle.push('综合检查') } - var typeName = ['车间名称', '班组名称'] + var typeName = ['部门名称', '车间/班组'] var RowCount = 0 for (let i = 0; i < 2; i++) { diff --git a/src/components/CustomPages/BI/BI055HomeDetail.js b/src/components/CustomPages/BI/BI055HomeDetail.js index c7f343f..2b6a741 100644 --- a/src/components/CustomPages/BI/BI055HomeDetail.js +++ b/src/components/CustomPages/BI/BI055HomeDetail.js @@ -78,7 +78,7 @@ class BI055HomeDetail extends React.Component { countTypeTitle.push('隐患整改率') } - var typeName = ['车间名称', '班组名称'] + var typeName = ['部门名称', '车间/班组'] var RowCount = 0 for (let i = 0; i < 2; i++) { for (let j = 0; j < countTypeTitle.length; j++) { diff --git a/src/routes/Home.js b/src/routes/Home.js index 4d171c2..b707a2b 100644 --- a/src/routes/Home.js +++ b/src/routes/Home.js @@ -2022,7 +2022,7 @@ class Home extends React.Component {
- 班组建设完成率 + 班组建设完成率(当月)
{this.state.departmentCompletionData.length > 0 ? (
- 工作票完成数 + 工作票完成数(当月)
{this.state.workTicketData.length > 0 ? (
- 月度隐患整改情况 + 月度隐患整改情况(近半年)
{this.state.dangerList.ListC && this.state.dangerList.ListC.length > 0 ? ( - 安全检查次数统计 + 安全检查次数统计(近半年)
{this.state.dangerList.ListSafeCheckYearMonth && this.state.dangerList.ListSafeCheckYearMonth.length > 0 ? (