首页图表
This commit is contained in:
parent
b3c615b5d0
commit
4b30a60ae0
@ -145,7 +145,7 @@ class BI001HomeDetail extends React.Component {
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "班组",
|
||||
title: "发起组织",
|
||||
dataIndex: "teamName",
|
||||
onCell:()=>this.renderSpeedColumn()
|
||||
},
|
||||
@ -230,7 +230,7 @@ class BI001HomeDetail extends React.Component {
|
||||
let month = [];
|
||||
let company = [];
|
||||
let department = [];
|
||||
data.Data.rateData.filter(m=>m.teamName !=null).forEach((item) => {
|
||||
data.Data.rateData.forEach((item) => {
|
||||
month.push(item.MONTHStr);
|
||||
company.push(item.FINISH_RATE);
|
||||
department.push(item.NORMAL_FINISH_RATE);
|
||||
@ -249,7 +249,7 @@ class BI001HomeDetail extends React.Component {
|
||||
}
|
||||
},
|
||||
title: {
|
||||
text: "班组活动任务完成走势图",
|
||||
text: "班组建设任务完成走势图",
|
||||
left: "center",
|
||||
top: "5%",
|
||||
},
|
||||
|
||||
@ -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()
|
||||
},
|
||||
|
||||
@ -104,6 +104,7 @@ class SafeCheck extends Component {
|
||||
},
|
||||
},
|
||||
legend: {
|
||||
show: false,
|
||||
data: seriesName,
|
||||
left: "center",
|
||||
align: "left",
|
||||
|
||||
@ -1348,7 +1348,7 @@ class Home extends React.Component {
|
||||
} else if (formCode == 'BI055_HOMEDETAIL') {
|
||||
titleTemp += '月度隐患整改情况(近12月)';
|
||||
} else if (formCode == 'BI001_HOMEDETAIL') {
|
||||
titleTemp += '班组活动任务完成详情(近12月)';
|
||||
titleTemp += '班组建设任务完成详情(近12月)';
|
||||
} else if (formCode == 'BI002_HOMEDETAIL') {
|
||||
titleTemp += '工作票完成详情(近12月)';
|
||||
} else if (formCode == 'BI013_RISKANALYSISMODEL') {
|
||||
@ -2022,7 +2022,7 @@ class Home extends React.Component {
|
||||
<div className="statistical-title-style">
|
||||
<div className="badge-style">
|
||||
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
|
||||
班组活动完成率
|
||||
班组建设完成率
|
||||
</div>
|
||||
{this.state.departmentCompletionData.length > 0 ? (
|
||||
<span
|
||||
|
||||
Loading…
Reference in New Issue
Block a user