| | |
| | | </el-dropdown> |
| | | </el-form> |
| | | <el-form> |
| | | <el-button class="rightBtn" type="primary" @click="exportData" |
| | | >审核</el-button |
| | | > |
| | | <el-button class="rightBtn" type="primary">审核</el-button> |
| | | </el-form> |
| | | </div> |
| | | <div class="library-table"> |
| | |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column type="selection" label="" min-width="5%" /> |
| | | <el-table-column |
| | | prop="materialCode" |
| | | label="样品编号" |
| | | min-width="10%" |
| | | /> |
| | | <el-table-column prop="reportCode" label="报告单号" min-width="10%" /> |
| | | <el-table-column prop="materialCode" label="样品编号" min-width="10%"> |
| | | <template slot-scope="scope"> |
| | | <span style="color: #409eff"> |
| | | {{ scope.row.materialCode }} |
| | | </span> |
| | | </template></el-table-column |
| | | > |
| | | <el-table-column prop="reportCode" label="报告单号" min-width="10%"> |
| | | <template slot-scope="scope"> |
| | | <span style="color: #409eff"> |
| | | {{ scope.row.reportCode }} |
| | | </span> |
| | | </template></el-table-column |
| | | > |
| | | <el-table-column |
| | | prop="materialName" |
| | | label="样品名称" |