Compare commits

..

No commits in common. "a354675befba18c418b2d834948e7805bcf5fa26" and "95fed5ae63f996aa468e9f550dcb71477da103a5" have entirely different histories.

5 changed files with 10 additions and 10 deletions

View File

@ -35,7 +35,7 @@ class BI001HomeDetail extends React.Component {
// render: (text, record, index) => `${index + 1}` // render: (text, record, index) => `${index + 1}`
// }, // },
{ {
title: "部门", title: "上级组织",
dataIndex: "shopName", dataIndex: "shopName",
render: (value, record, index) => { render: (value, record, index) => {
const obj = { const obj = {
@ -145,7 +145,7 @@ class BI001HomeDetail extends React.Component {
}, },
}, },
{ {
title: "车间/班组", title: "发起组织",
dataIndex: "teamName", dataIndex: "teamName",
onCell:()=>this.renderSpeedColumn() onCell:()=>this.renderSpeedColumn()
}, },

View File

@ -35,7 +35,7 @@ class BI002HomeDetail extends React.Component {
// render: (text, record, index) => `${index + 1}` // render: (text, record, index) => `${index + 1}`
// }, // },
{ {
title: "部门", title: "上级组织",
dataIndex: "shopName", dataIndex: "shopName",
render: (value, record, index) => { render: (value, record, index) => {
const obj = { const obj = {
@ -145,7 +145,7 @@ class BI002HomeDetail extends React.Component {
}, },
}, },
{ {
title: "车间/班组", title: "发起组织",
dataIndex: "teamName", dataIndex: "teamName",
onCell:()=>this.renderSpeedColumn() onCell:()=>this.renderSpeedColumn()
}, },

View File

@ -89,7 +89,7 @@ class BI054HomeDetail extends React.Component {
countTypeTitle.push('综合检查') countTypeTitle.push('综合检查')
} }
var typeName = ['部门名称', '车间/班组'] var typeName = ['车间名称', '班组名称']
var RowCount = 0 var RowCount = 0
for (let i = 0; i < 2; i++) { for (let i = 0; i < 2; i++) {

View File

@ -78,7 +78,7 @@ class BI055HomeDetail extends React.Component {
countTypeTitle.push('隐患整改率') countTypeTitle.push('隐患整改率')
} }
var typeName = ['部门名称', '车间/班组'] var typeName = ['车间名称', '班组名称']
var RowCount = 0 var RowCount = 0
for (let i = 0; i < 2; i++) { for (let i = 0; i < 2; i++) {
for (let j = 0; j < countTypeTitle.length; j++) { for (let j = 0; j < countTypeTitle.length; j++) {

View File

@ -2022,7 +2022,7 @@ class Home extends React.Component {
<div className="statistical-title-style"> <div className="statistical-title-style">
<div className="badge-style"> <div className="badge-style">
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon> <Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
班组建设完成率(当月) 班组建设完成率
</div> </div>
{this.state.departmentCompletionData.length > 0 ? ( {this.state.departmentCompletionData.length > 0 ? (
<span <span
@ -2079,7 +2079,7 @@ class Home extends React.Component {
<div className="statistical-title-style"> <div className="statistical-title-style">
<div className="badge-style"> <div className="badge-style">
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon> <Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
工作票完成数(当月) 工作票完成数
</div> </div>
{this.state.workTicketData.length > 0 ? ( {this.state.workTicketData.length > 0 ? (
<span <span
@ -2120,7 +2120,7 @@ class Home extends React.Component {
<div className="statistical-title-style"> <div className="statistical-title-style">
<div className="badge-style"> <div className="badge-style">
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon> <Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
月度隐患整改情况(近半年) 月度隐患整改情况
</div> </div>
{this.state.dangerList.ListC && this.state.dangerList.ListC.length > 0 ? ( {this.state.dangerList.ListC && this.state.dangerList.ListC.length > 0 ? (
<span <span
@ -2158,7 +2158,7 @@ class Home extends React.Component {
{/* {this.state.departmentName}作业完成情况 */} {/* {this.state.departmentName}作业完成情况 */}
<div className="badge-style"> <div className="badge-style">
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon> <Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
安全检查次数统计(近半年) 安全检查次数统计
</div> </div>
{this.state.dangerList.ListSafeCheckYearMonth && {this.state.dangerList.ListSafeCheckYearMonth &&
this.state.dangerList.ListSafeCheckYearMonth.length > 0 ? ( this.state.dangerList.ListSafeCheckYearMonth.length > 0 ? (