| | |
| | | <el-col :span="8"><span> 电机编号: </span>{{ item.motorNumber }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 1px;font-size: 16px;"> |
| | | <el-col><span> 样机完成时间: </span>{{ item.issueTime }}</el-col> |
| | | <el-col :span="16"><span> 样机完成时间: </span>{{ item.issueTime }}</el-col> |
| | | <el-col :span="8"><span> 样机员: </span>{{ item.issueName }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 1px;font-size: 16px;" class="ellipsis-multiline"> |
| | | <el-col><span> 检测项目: </span>{{ item.item }}</el-col> |
| | |
| | | <el-col :span="7"><span>电机编号: </span>{{ item.motorNumber }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 1px;font-size: 16px;"> |
| | | <el-col><span>样机完成时间: </span>{{ item.issueTime }}</el-col> |
| | | <el-col :span="16"><span>样机完成时间: </span>{{ item.issueTime }}</el-col> |
| | | <el-col :span="7"><span>样机员: </span>{{ item.issueName }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 1px;font-size: 16px;" class="ellipsis-multiline"> |
| | | <el-col><span>检测项目: </span>{{ item.item }}</el-col> |
| | |
| | | this.$refs['ValueTable'].selectList(e) |
| | | }, |
| | | refresh() { |
| | | let state = this.componentData.entity.state |
| | | this.componentData.entity = this.HaveJson(this.entityCopy) |
| | | this.componentData.entity.state = state |
| | | this.refreshTable() |
| | | this.upIndex++ |
| | | }, |
| | | // 权限分配 |