| | |
| | | dataIndex: 'orderQuantity' |
| | | }, |
| | | { |
| | | title: '合格数量', |
| | | align: 'center', |
| | | dataIndex: 'qualifiedQuantity' |
| | | }, |
| | | { |
| | | title: '报废数量', |
| | | align: 'center', |
| | | dataIndex: 'scrapQuantity' |
| | | }, |
| | | { |
| | | title: '基本计量单位', |
| | | align: 'center', |
| | | dataIndex: 'productionUnit' |
| | |
| | | customRender: function(t, r, index) { |
| | | return parseInt(index) + 1 |
| | | }, |
| | | fixed: 'left', |
| | | }, |
| | | { |
| | | title: 'API分类', |
| | | align: 'center', |
| | | dataIndex: 'apiCategory', |
| | | fixed: 'left', |
| | | width: 100, |
| | | }, |
| | | { |
| | | title: '接口名称', |
| | | align: 'center', |
| | | dataIndex: 'apiName', |
| | | fixed: 'left', |
| | | width: 200, |
| | | ellipsis: true, |
| | | }, |