首页图表
This commit is contained in:
parent
40ff89db44
commit
f7883011dd
@ -230,7 +230,7 @@ class BI001HomeDetail extends React.Component {
|
||||
let month = [];
|
||||
let company = [];
|
||||
let department = [];
|
||||
data.Data.rateData.forEach((item) => {
|
||||
data.Data.rateData.filter(m=>m.teamName !=null).forEach((item) => {
|
||||
month.push(item.MONTHStr);
|
||||
company.push(item.FINISH_RATE);
|
||||
department.push(item.NORMAL_FINISH_RATE);
|
||||
|
||||
@ -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()
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user