| | |
| | | </el-dropdown> |
| | | </el-form> |
| | | <el-form> |
| | | <el-button |
| | | class="rightBtn" |
| | | type="primary" |
| | | icon="el-icon-document" |
| | | @click="exportData" |
| | | <el-button class="rightBtn" type="primary" icon="el-icon-document" |
| | | >导出报告</el-button |
| | | > |
| | | </el-form> |
| | |
| | | label="样品编号" |
| | | sortable |
| | | min-width="10%" |
| | | /> |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span style="color: #409eff;"> |
| | | {{ scope.row.materialCode }} |
| | | </span> |
| | | </template></el-table-column |
| | | > |
| | | <el-table-column |
| | | prop="reportCode" |
| | | prop="materialCode" |
| | | label="报告单号" |
| | | sortable |
| | | min-width="10%" |
| | | /> |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span style="color: #409eff;"> |
| | | {{ scope.row.materialCode }} |
| | | </span> |
| | | </template></el-table-column |
| | | > |
| | | <el-table-column |
| | | prop="inspectionCode" |
| | | label="申请单号" |
| | | sortable |
| | | min-width="10%" |
| | | /> |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span style="color: #409eff;"> |
| | | {{ scope.row.inspectionCode }} |
| | | </span> |
| | | </template></el-table-column |
| | | > |
| | | <el-table-column prop="approver" label="审批人" min-width="8%"> |
| | | <template slot-scope="scope"> |
| | | <span> |