| | |
| | | {title:'零件号',width: '80px'}, |
| | | {title:'工序号',width: '80px'}, |
| | | {title:'版次',width: '60px'}, |
| | | {title:'机床',width: '100px'}, |
| | | {title:'工位',width: '100px'}, |
| | | {title:'开始时间',width: '145px'}, |
| | | {title:'结束时间',width: '145px'}, |
| | | {title:'占机时间',width: '100px'}, |
| | |
| | | <el-table-column prop="partNo" label="零件号" width="80"></el-table-column> |
| | | <el-table-column prop="processNo" label="工序号" width="80"></el-table-column> |
| | | <el-table-column prop="version" label="版次" width="60"></el-table-column> |
| | | <el-table-column prop="workstationName" label="机床" width="100"></el-table-column> |
| | | <el-table-column prop="workstationName" label="工位" width="100"></el-table-column> |
| | | <el-table-column prop="startTime" label="开始时间" width="145"></el-table-column> |
| | | <el-table-column prop="endTime" label="结束时间" width="145"></el-table-column> |
| | | <el-table-column prop="occupancySecs" label="占机时间" width="100"> |