| | |
| | | <td>{{item.clazz}}</td> |
| | | </template> |
| | | </tr> |
| | | <template v-if="todayProductionPlanList.length<=3"> |
| | | <tr v-for="(item,index) in 3-todayProductionPlanList.length" |
| | | :key="index"> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td></td> |
| | | </tr> |
| | | </template> |
| | | </tbody> |
| | | </table> |
| | | |
| | |
| | | <template v-for="(listItem,listIndex) in maxBrandToolLifeListLength"> |
| | | <template> |
| | | <tr> |
| | | <td style="width: 7vw">额定寿命</td> |
| | | <td style="width: 5vw;min-width: 5vw">额定寿命</td> |
| | | <template v-for="(item,index) in toolLife.brandList"> |
| | | <td rowspan="2" style="width: 2.5vw"> |
| | | {{toolLife.lifeList[index][listIndex]?toolLife.lifeList[index][listIndex]?toolLife.lifeList[index][listIndex].tid:'':''}} |