| | |
| | | <div class="container" type="flex" justify="center" style="text-align:center"> |
| | | <!-- <el-row type="flex" justify="center" style="text-align:center;height: 12px" >--> |
| | | <!-- <el-col type="flex" justify="center" :span="14" style="text-align:center">--> |
| | | <span style="font-size:22px;color:black"><strong>发动机数据检查</strong></span> |
| | | <el-divider><span style="font-size:22px;color:black"><strong>发动机数据检查</strong></span></el-divider> |
| | | <!-- </el-col>--> |
| | | <!-- </el-row>--> |
| | | </div> |
| | |
| | | </el-col> |
| | | |
| | | <el-col :span="10" inline style="margin-top: 5px"> |
| | | <el-tabs type="border-card" > |
| | | <el-card class="custom-content" style="height: 242px;width:800px"> |
| | | <el-card class="custom-content" style="height: 264px"> |
| | | <el-col :span="14"> |
| | | <span style="font-size:25px"><strong>质量状态</strong></span> |
| | | <el-divider></el-divider> |
| | | {{this.form.engineCheckList}} |
| | | </el-col> |
| | | </el-card> |
| | | <el-card class="custom-content" style="margin-top: 10px;height: 242px;width:800px" > |
| | | <el-card class="custom-content" style="height: 264px" > |
| | | <el-col :span="14"style=" "> |
| | | <span style="font-size:25px"><strong>最终结果</strong></span> |
| | | <el-divider></el-divider> |
| | | {{queryParams.productType}} |
| | | </el-col> |
| | | </el-card> |
| | | </el-tabs> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |