| | |
| | | <el-table-column type="selection" width="50"> </el-table-column> |
| | | <el-table-column label="产å" min-width="100" prop="sample" show-overflow-tooltip></el-table-column> |
| | | <el-table-column label="åå·" min-width="100" prop="model" show-overflow-tooltip></el-table-column> |
| | | <el-table-column label="æ£éªé¡¹åç±»" min-width="140" prop="inspectionItemClass" |
| | | show-overflow-tooltip></el-table-column> |
| | | <!-- <el-table-column label="æ£éªé¡¹åç±»" min-width="140" prop="inspectionItemClass" |
| | | show-overflow-tooltip></el-table-column> --> |
| | | <el-table-column label="æ£éªé¡¹" min-width="140" prop="inspectionItem" show-overflow-tooltip></el-table-column> |
| | | <el-table-column label="æ£éªé¡¹å项" min-width="140" prop="inspectionItemSubclass" |
| | | show-overflow-tooltip></el-table-column> |
| | |
| | | </el-select> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="åºé´" prop="section" show-overflow-tooltip width="120"></el-table-column> |
| | | <el-table-column label="æä½" prop="section" width="160"> |
| | | <el-table-column label="åºé´" prop="section" show-overflow-tooltip width="160"></el-table-column> |
| | | <el-table-column label="æä½" prop="section" width="120"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" @click="sectionUp(scope.row)" :disabled="!checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | ">åºé´è®¾ç½®</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <!-- <el-pagination :current-page="currentPage" :page-size="300" :total="total" layout="total" |
| | | <el-pagination :current-page="currentPage" :page-size="300" :total="total" layout="total" |
| | | style="position: absolute; right: 16px; bottom: 1px" @current-change="handleCurrentChange"> |
| | | </el-pagination> --> |
| | | <p style="text-align: right;margin-right: 20px;color: #333;">å
±{{ total }}æ¡</p> |
| | | </el-pagination> |
| | | <!-- <p style="text-align: right;margin-right: 20px;color: #333;">å
±{{ total }}æ¡</p> --> |
| | | </el-row> |
| | | </div> |
| | | |