| | |
| | | :columns="columns" |
| | | :dataSource="dataSource" |
| | | :pagination="ipagination" |
| | | :loading="loading"> |
| | | :loading="loading" |
| | | @change="handleTableChange" |
| | | > |
| | | <template slot="percent" slot-scope="text"> |
| | | {{text+'%'}} |
| | | </template> |
| | | </a-table> |
| | | </div> |
| | | |
| | | <ComputeOeeModal ref="computeOeeModalRef"/> |
| | | <ComputeOeeModal ref="computeOeeModalRef" @ok="modalFormOk"/> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | dataIndex: 'performanceRate', |
| | | width: 150, |
| | | scopedSlots: { customRender: 'percent' } |
| | | }, |
| | | { |
| | | title: '加工零件数量', |
| | | align: 'center', |
| | | dataIndex: 'processCount', |
| | | width: 150 |
| | | }, |
| | | { |
| | | title: '合格零件数量', |
| | | align: 'center', |
| | | dataIndex: 'passCount', |
| | | width: 150 |
| | | }, |
| | | { |
| | | title: '一次合格率', |