OEE综合效率分析页面删除加工数量和标准加工时间字段
| | |
| | | width: 110, |
| | | customRender: text => text != 0 ? parseFloat((text * 100).toFixed(2)) + '%' : 0 |
| | | }, |
| | | { |
| | | title: '加工零件数(件)', |
| | | dataIndex: 'processQuantity', |
| | | align: 'center', |
| | | width: 120 |
| | | }, |
| | | { |
| | | title: '标准加工时间(分钟)', |
| | | dataIndex: 'standardProcessDuration', |
| | | align: 'center', |
| | | width: 120 |
| | | }, |
| | | // { |
| | | // title: '加工零件数(件)', |
| | | // dataIndex: 'processQuantity', |
| | | // align: 'center', |
| | | // width: 120 |
| | | // }, |
| | | // { |
| | | // title: '标准加工时间(分钟)', |
| | | // dataIndex: 'standardProcessDuration', |
| | | // align: 'center', |
| | | // width: 120 |
| | | // }, |
| | | { |
| | | title: '性能开动率', |
| | | dataIndex: 'performanceRate', |